clang  3.9.0
clang::ImportDecl Member List

This is the complete list of members for clang::ImportDecl, including all inherited members.

ASTContext classclang::ImportDeclfriend
ASTDeclReader classclang::ImportDeclfriend
ASTReader classclang::ImportDeclfriend
classof(const Decl *D)clang::ImportDeclinlinestatic
classofKind(Kind K)clang::ImportDeclinlinestatic
Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, Module *Imported, ArrayRef< SourceLocation > IdentifierLocs)clang::ImportDeclstatic
CreateDeserialized(ASTContext &C, unsigned ID, unsigned NumLocations)clang::ImportDeclstatic
CreateImplicit(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, Module *Imported, SourceLocation EndLoc)clang::ImportDeclstatic
getIdentifierLocs() const clang::ImportDecl
getImportedModule() const clang::ImportDeclinline
getSourceRange() const override LLVM_READONLYclang::ImportDecl