Lines Matching refs:ImportDecl
5679 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
5690 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
5697 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC, in Create()
5702 ImportDecl(DC, StartLoc, Imported, IdentifierLocs); in Create()
5705 ImportDecl *ImportDecl::CreateImplicit(ASTContext &C, DeclContext *DC, in CreateImplicit()
5709 ImportDecl *Import = new (C, DC, additionalSizeToAlloc<SourceLocation>(1)) in CreateImplicit()
5710 ImportDecl(DC, StartLoc, Imported, EndLoc); in CreateImplicit()
5715 ImportDecl *ImportDecl::CreateDeserialized(ASTContext &C, GlobalDeclID ID, in CreateDeserialized()
5718 ImportDecl(EmptyShell()); in CreateDeserialized()
5721 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs()
5730 SourceRange ImportDecl::getSourceRange() const { in getSourceRange()