Home
last modified time | relevance | path

Searched refs:InImportedModule (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp263 bool InImportedModule; member
268 InImportedModule(false) {} in ContextWorklistItem()
271 bool InImportedModule) in ContextWorklistItem()
274 InImportedModule(InImportedModule) {} in ContextWorklistItem()
318 bool InImportedModule = false) { in analyzeContextInfo() argument
321 Worklist.emplace_back(DIE, CurrentDeclContext, ParentIdx, InImportedModule); in analyzeContextInfo()
357 Current.InImportedModule = true; in analyzeContextInfo()
363 bool InClangModule = CU.isClangModule() || Current.InImportedModule; in analyzeContextInfo()
377 Info.Prune = Current.InImportedModule; in analyzeContextInfo()
386 Current.InImportedModule); in analyzeContextInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp355 bool InImportedModule = ImportedSanitizers.has(SanitizerKind::ID); \ in checkLanguageOptions()
356 if (InExistingModule != InImportedModule) \ in checkLanguageOptions()