|
clang
5.0.0
|
#include "clang/Basic/Module.h"#include "clang/Basic/SourceLocation.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/PointerIntPair.h"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 load modules. More... | |
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
Typedefs | |
| typedef ArrayRef< std::pair < IdentifierInfo *, SourceLocation > > | clang::ModuleIdPath |
| A sequence of identifier/location pairs used to describe a particular module or submodule, e.g., std.vector. More... | |
1.8.6