Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp243 bool InImportedModule; member
248 InImportedModule(false) {} in ContextWorklistItem()
251 bool InImportedModule) in ContextWorklistItem()
254 InImportedModule(InImportedModule) {} in ContextWorklistItem()
337 Current.InImportedModule = true; in analyzeContextInfo()
343 Info.InModuleScope = CU.isClangModule() || Current.InImportedModule; in analyzeContextInfo()
357 Info.Prune = Current.InImportedModule; in analyzeContextInfo()
366 Current.InImportedModule); in analyzeContextInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp364 bool InImportedModule = ImportedSanitizers.has(SanitizerKind::ID); \ in checkLanguageOptions()
365 if (InExistingModule != InImportedModule) \ in checkLanguageOptions()