clang API Documentation
#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... | |
Namespaces | |
namespace | clang |
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. |