Searched defs:ImportedModule (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ | ||
H A D | ASTReader.h | 1351 struct ImportedModule { global() struct |
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ | ||
H A D | PreprocessingRecord.cpp | 44 bool InQuotes, bool ImportedModule, in InclusionDirective() argument |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ | ||
H A D | ClangModulesDeclVendor.cpp | 133 typedef std::vector<ConstString> ImportedModule; global() typedef in __anon7bb856d40111::ClangModulesDeclVendorImpl |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | Decl.h | 4759 Module *ImportedModule = nullptr; global() variable |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 231 for (const Module *ImportedModule : CurrentModule->Imports) GetAffectingModuleMaps() local |