Lines Matching defs:ImportDecl
5751 // ImportDecl Implementation
5765 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc,
5776 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc,
5783 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC,
5788 ImportDecl(DC, StartLoc, Imported, IdentifierLocs);
5791 ImportDecl *ImportDecl::CreateImplicit(ASTContext &C, DeclContext *DC,
5795 ImportDecl *Import = new (C, DC, additionalSizeToAlloc<SourceLocation>(1))
5796 ImportDecl(DC, StartLoc, Imported, EndLoc);
5801 ImportDecl *ImportDecl::CreateDeserialized(ASTContext &C, GlobalDeclID ID,
5804 ImportDecl(EmptyShell());
5807 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const {
5816 SourceRange ImportDecl::getSourceRange() const {