Lines Matching refs:ImportDecl
5207 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
5218 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
5225 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC, in Create()
5230 ImportDecl(DC, StartLoc, Imported, IdentifierLocs); in Create()
5233 ImportDecl *ImportDecl::CreateImplicit(ASTContext &C, DeclContext *DC, in CreateImplicit()
5237 ImportDecl *Import = new (C, DC, additionalSizeToAlloc<SourceLocation>(1)) in CreateImplicit()
5238 ImportDecl(DC, StartLoc, Imported, EndLoc); in CreateImplicit()
5243 ImportDecl *ImportDecl::CreateDeserialized(ASTContext &C, unsigned ID, in CreateDeserialized()
5246 ImportDecl(EmptyShell()); in CreateDeserialized()
5249 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs()
5258 SourceRange ImportDecl::getSourceRange() const { in getSourceRange()