#include "clang/Basic/LLVM.h"
#include "clang/Basic/Module.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/ADT/StringRef.h"
#include <utility>
Go to the source code of this file.
|
namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI.
|
|
|
using | clang::ModuleIdPath = ArrayRef< std::pair< IdentifierInfo *, SourceLocation > > |
| A sequence of identifier/location pairs used to describe a particular module or submodule, e.g., std.vector.
|
|