Lines Matching refs:ImportDecl
4639 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
4649 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
4655 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC, in Create()
4660 ImportDecl(DC, StartLoc, Imported, IdentifierLocs); in Create()
4663 ImportDecl *ImportDecl::CreateImplicit(ASTContext &C, DeclContext *DC, in CreateImplicit()
4667 ImportDecl *Import = new (C, DC, additionalSizeToAlloc<SourceLocation>(1)) in CreateImplicit()
4668 ImportDecl(DC, StartLoc, Imported, EndLoc); in CreateImplicit()
4673 ImportDecl *ImportDecl::CreateDeserialized(ASTContext &C, unsigned ID, in CreateDeserialized()
4676 ImportDecl(EmptyShell()); in CreateDeserialized()
4679 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs()
4688 SourceRange ImportDecl::getSourceRange() const { in getSourceRange()