Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp254 bool InImportedModule; member
259 InImportedModule(false) {} in ContextWorklistItem()
262 bool InImportedModule) in ContextWorklistItem()
265 InImportedModule(InImportedModule) {} in ContextWorklistItem()
348 Current.InImportedModule = true; in analyzeContextInfo()
354 Info.InModuleScope = CU.isClangModule() || Current.InImportedModule; in analyzeContextInfo()
368 Info.Prune = Current.InImportedModule; in analyzeContextInfo()
377 Current.InImportedModule); in analyzeContextInfo()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp369 bool InImportedModule = ImportedSanitizers.has(SanitizerKind::ID); \ in checkLanguageOptions()
370 if (InExistingModule != InImportedModule) \ in checkLanguageOptions()