Home
last modified time | relevance | path

Searched defs:ImportedModule (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1351 struct ImportedModule { global() struct
1356 ImportedModuleImportedModule ImportedModule() argument
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp44 bool InQuotes, bool ImportedModule, in InclusionDirective() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp133 typedef std::vector<ConstString> ImportedModule; global() typedef in __anon7bb856d40111::ClangModulesDeclVendorImpl
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4759 Module *ImportedModule = nullptr; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp231 for (const Module *ImportedModule : CurrentModule->Imports) GetAffectingModuleMaps() local