Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1264 struct ImportedModule { struct
1269 ImportedModule(ModuleFile *Mod, in ImportedModule() argument
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h243 unsigned ImportedModule : 1; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp105 typedef std::vector<ConstString> ImportedModule; typedef in __anon0553cc510111::ClangModulesDeclVendorImpl
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessingRecord.cpp45 bool InQuotes, bool ImportedModule, in InclusionDirective()