|
clang 22.0.0git
|
#include "clang/Basic/IdentifierTable.h"#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.
Classes | |
| class | clang::ModuleLoadResult |
| Describes the result of attempting to load a module. More... | |
| class | clang::ModuleLoader |
| Abstract interface for a module loader. More... | |
| class | clang::TrivialModuleLoader |
| A module loader that doesn't know how to create or load modules. More... | |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
Typedefs | |
| using | clang::ModuleIdPath = ArrayRef<IdentifierLoc> |
| A sequence of identifier/location pairs used to describe a particular module or submodule, e.g., std.vector. | |