Lines Matching refs:getScope
583 auto *Context = Ty->getScope(); in createTypeDIE()
654 auto *Context = Ty->getScope(); in getOrCreateTypeDIE()
719 if (const DIScope *S = Context->getScope()) in getParentContextString()
781 DIE *ContextDIE = getOrCreateContextDIE(BTy->getScope()); in constructTypeDIE()
1289 DIE *ContextDIE = getOrCreateContextDIE(NS->getScope()); in getOrCreateNameSpace()
1301 addGlobalName(Name, NDie, NS->getScope()); in getOrCreateNameSpace()
1310 DIE *ContextDIE = getOrCreateContextDIE(M->getScope()); in getOrCreateModule()
1318 addGlobalName(M->getName(), MDie, M->getScope()); in getOrCreateModule()
1343 Minimal ? &getUnitDie() : getOrCreateContextDIE(SP->getScope()); in getOrCreateSubprogramDIE()
1821 auto *Context = CTy->getScope(); in constructEnumTypeDIE()
2021 DIE *ContextDIE = getOrCreateContextDIE(DT->getScope()); in getOrCreateStaticMemberDIE()