Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp266 bool InImportedModule; member
271 InImportedModule(false) {} in ContextWorklistItem()
274 bool InImportedModule) in ContextWorklistItem()
277 InImportedModule(InImportedModule) {} in ContextWorklistItem()
359 Current.InImportedModule = true; in analyzeContextInfo()
365 Info.InModuleScope = CU.isClangModule() || Current.InImportedModule; in analyzeContextInfo()
379 Info.Prune = Current.InImportedModule; in analyzeContextInfo()
388 Current.InImportedModule); in analyzeContextInfo()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp358 bool InImportedModule = ImportedSanitizers.has(SanitizerKind::ID); \ in checkLanguageOptions()
359 if (InExistingModule != InImportedModule) \ in checkLanguageOptions()