clang
3.9.0
|
This is the complete list of members for clang::ImportDecl, including all inherited members.
ASTContext class | clang::ImportDecl | friend |
ASTDeclReader class | clang::ImportDecl | friend |
ASTReader class | clang::ImportDecl | friend |
classof(const Decl *D) | clang::ImportDecl | inlinestatic |
classofKind(Kind K) | clang::ImportDecl | inlinestatic |
Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, Module *Imported, ArrayRef< SourceLocation > IdentifierLocs) | clang::ImportDecl | static |
CreateDeserialized(ASTContext &C, unsigned ID, unsigned NumLocations) | clang::ImportDecl | static |
CreateImplicit(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, Module *Imported, SourceLocation EndLoc) | clang::ImportDecl | static |
getIdentifierLocs() const | clang::ImportDecl | |
getImportedModule() const | clang::ImportDecl | inline |
getSourceRange() const override LLVM_READONLY | clang::ImportDecl |