Searched refs:InModuleScope (Results 1 – 3 of 3) sorted by relevance
32 llvm::errs() << " InModuleScope: " << InModuleScope << '\n'; in dump()
343 Info.InModuleScope = CU.isClangModule() || Current.InImportedModule; in analyzeContextInfo()344 if (CU.hasODR() || Info.InModuleScope) { in analyzeContextInfo()347 *Current.Context, Current.Die, CU, Info.InModuleScope); in analyzeContextInfo()352 Info.Ctxt->setDefinedInClangModule(Info.InModuleScope); in analyzeContextInfo()715 if (!CU.hasODR() && !Info.InModuleScope) in isODRCanonicalCandidate()901 if (Current.CU.hasODR() || MyInfo.InModuleScope) in lookForDIEsToKeep()
92 bool InModuleScope : 1; member