Lines Matching refs:ImportDecl
5608 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
5619 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
5626 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC, in Create()
5631 ImportDecl(DC, StartLoc, Imported, IdentifierLocs); in Create()
5634 ImportDecl *ImportDecl::CreateImplicit(ASTContext &C, DeclContext *DC, in CreateImplicit()
5638 ImportDecl *Import = new (C, DC, additionalSizeToAlloc<SourceLocation>(1)) in CreateImplicit()
5639 ImportDecl(DC, StartLoc, Imported, EndLoc); in CreateImplicit()
5644 ImportDecl *ImportDecl::CreateDeserialized(ASTContext &C, unsigned ID, in CreateDeserialized()
5647 ImportDecl(EmptyShell()); in CreateDeserialized()
5650 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs()
5659 SourceRange ImportDecl::getSourceRange() const { in getSourceRange()