Searched defs:ImportDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDecl.cpp3831 // ImportDecl Implementation
3845 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, function in class:ImportDecl
3857 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, function in class:ImportDecl
3865 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC,
3869 ImportDecl(DC, StartLoc, Imported, IdentifierLocs);
3872 ImportDecl *ImportDecl
[all...]

Completed in 685 milliseconds