Searched defs:ImportDecl (Results 1 – 6 of 6) sorted by relevance
23 class ImportDecl; variable
21 class ImportDecl; variable
28 class ImportDecl; variable
4662 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} in ImportDecl() function
661 Decl *ImportDecl = ParseModuleImport(SourceLocation(), ImportState); in ParseTopLevelDecl() local676 Decl *ImportDecl = Import.isInvalid() ? nullptr : Import.get(); in ParseTopLevelDecl() local
5351 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl5362 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl