Searched defs:ImportDecl (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Index/ | ||
H A D | IndexingContext.h | 23 class ImportDecl; variable |
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/ | ||
H A D | IndexDataConsumer.h | 21 class ImportDecl; variable |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTConsumer.h | 28 class ImportDecl; global() variable |
H A D | Decl.h | 4777 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} ImportDecl() function |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ | ||
H A D | Parser.cpp | 677 Decl *ImportDecl = ParseModuleImport(SourceLocation(), ImportState); ParseTopLevelDecl() local |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | Decl.cpp | 5608 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, ImportDecl() function in ImportDecl |