Lines Matching refs:ImportDecl
4030 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
4042 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
4050 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC, in Create()
4055 ImportDecl(DC, StartLoc, Imported, IdentifierLocs); in Create()
4058 ImportDecl *ImportDecl::CreateImplicit(ASTContext &C, DeclContext *DC, in CreateImplicit()
4062 ImportDecl *Import = new (C, DC, additionalSizeToAlloc<SourceLocation>(1)) in CreateImplicit()
4063 ImportDecl(DC, StartLoc, Imported, EndLoc); in CreateImplicit()
4068 ImportDecl *ImportDecl::CreateDeserialized(ASTContext &C, unsigned ID, in CreateDeserialized()
4071 ImportDecl(EmptyShell()); in CreateDeserialized()
4074 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs()
4083 SourceRange ImportDecl::getSourceRange() const { in getSourceRange()