clang API Documentation

Classes | Namespaces | Typedefs
ModuleLoader.h File Reference
#include "clang/Basic/Module.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/PointerIntPair.h"
Include dependency graph for ModuleLoader.h:
This graph shows which files directly or indirectly include this file:

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.