Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp264 bool InImportedModule; member
269 InImportedModule(false) {} in ContextWorklistItem()
272 bool InImportedModule) in ContextWorklistItem()
275 InImportedModule(InImportedModule) {} in ContextWorklistItem()
319 bool InImportedModule = false) { in analyzeContextInfo() argument
322 Worklist.emplace_back(DIE, CurrentDeclContext, ParentIdx, InImportedModule); in analyzeContextInfo()
358 Current.InImportedModule = true; in analyzeContextInfo()
364 Info.InModuleScope = CU.isClangModule() || Current.InImportedModule; in analyzeContextInfo()
378 Info.Prune = Current.InImportedModule; in analyzeContextInfo()
387 Current.InImportedModule); in analyzeContextInfo()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp357 bool InImportedModule = ImportedSanitizers.has(SanitizerKind::ID); \ in checkLanguageOptions()
358 if (InExistingModule != InImportedModule) \ in checkLanguageOptions()