Searched defs:ImportDecl (Results 1 – 6 of 6) sorted by relevance
23 class ImportDecl; variable
21 class ImportDecl; variable
29 class ImportDecl; variable
4804 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} in ImportDecl() function
678 Decl *ImportDecl = ParseModuleImport(SourceLocation(), ImportState); in ParseTopLevelDecl() local693 Decl *ImportDecl = Import.isInvalid() ? nullptr : Import.get(); in ParseTopLevelDecl() local
5679 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl5690 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl