Lines Matching refs:ImportDecl
5064 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
5075 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
5082 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC, in Create()
5087 ImportDecl(DC, StartLoc, Imported, IdentifierLocs); in Create()
5090 ImportDecl *ImportDecl::CreateImplicit(ASTContext &C, DeclContext *DC, in CreateImplicit()
5094 ImportDecl *Import = new (C, DC, additionalSizeToAlloc<SourceLocation>(1)) in CreateImplicit()
5095 ImportDecl(DC, StartLoc, Imported, EndLoc); in CreateImplicit()
5100 ImportDecl *ImportDecl::CreateDeserialized(ASTContext &C, unsigned ID, in CreateDeserialized()
5103 ImportDecl(EmptyShell()); in CreateDeserialized()
5106 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs()
5115 SourceRange ImportDecl::getSourceRange() const { in getSourceRange()