Lines Matching refs:ImportDecl
5351 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
5362 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
5369 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC, in Create()
5374 ImportDecl(DC, StartLoc, Imported, IdentifierLocs); in Create()
5377 ImportDecl *ImportDecl::CreateImplicit(ASTContext &C, DeclContext *DC, in CreateImplicit()
5381 ImportDecl *Import = new (C, DC, additionalSizeToAlloc<SourceLocation>(1)) in CreateImplicit()
5382 ImportDecl(DC, StartLoc, Imported, EndLoc); in CreateImplicit()
5387 ImportDecl *ImportDecl::CreateDeserialized(ASTContext &C, unsigned ID, in CreateDeserialized()
5390 ImportDecl(EmptyShell()); in CreateDeserialized()
5393 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs()
5402 SourceRange ImportDecl::getSourceRange() const { in getSourceRange()