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

/external/clang/lib/AST/
H A DDecl.cpp3026 // ImportDecl Implementation
3040 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, function in class:ImportDecl
3052 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, function in class:ImportDecl
3060 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC,
3063 void *Mem = C.Allocate(sizeof(ImportDecl) +
3065 return new (Mem) ImportDecl(DC, StartLoc, Imported, IdentifierLocs);
3068 ImportDecl *ImportDec
[all...]

Completed in 88 milliseconds