Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1348 struct ImportedModule { struct
1353 ImportedModule(ModuleFile *Mod, in ImportedModule() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp124 typedef std::vector<ConstString> ImportedModule; typedef in __anonede2db020111::ClangModulesDeclVendorImpl
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp44 bool InQuotes, bool ImportedModule, in InclusionDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4786 Module *ImportedModule = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp217 for (const Module *ImportedModule : CurrentModule->Imports) in GetAffectingModuleMaps() local