Searched refs:InModuleScope (Results 1 – 3 of 3) sorted by relevance
26 llvm::errs() << " InModuleScope: " << InModuleScope << '\n'; in dump()
365 Info.InModuleScope = CU.isClangModule() || Current.InImportedModule; in analyzeContextInfo()366 if (CU.hasODR() || Info.InModuleScope) { in analyzeContextInfo()369 *Current.Context, Current.Die, CU, Info.InModuleScope); in analyzeContextInfo()374 Info.Ctxt->setDefinedInClangModule(Info.InModuleScope); in analyzeContextInfo()629 if (!CU.hasODR() && !Info.InModuleScope) in isODRCanonicalCandidate()817 if (Current.CU.hasODR() || MyInfo.InModuleScope) in lookForDIEsToKeep()
77 bool InModuleScope : 1; member