Lines Matching refs:getScope
143 {L->getScope()->getSubprogram(), L->getInlinedAt()}, I); in getMergedLocation()
162 auto IT = ALookup.find({L->getScope()->getSubprogram(), L->getInlinedAt()}); in getMergedLocation()
182 return DILocation::get(C, L1->getLine(), L1->getColumn(), L1->getScope(), in getMergedLocation()
187 if (L1->getScope()->getSubprogram() != L2->getScope()->getSubprogram()) in getMergedLocation()
193 for (; S1; S1 = S1->getScope()) { in getMergedLocation()
199 for (; S2; S2 = S2->getScope()) { in getMergedLocation()
209 auto Scope = GetNearestCommonScope(L1->getScope(), L2->getScope()); in getMergedLocation()
244 return DILocation::get(C, 0, 0, LocA->getScope(), nullptr); in getMergedLocation()
344 DIScope *DIScope::getScope() const { in getScope() function in DIScope
346 return T->getScope(); in getScope()
349 return SP->getScope(); in getScope()
352 return LB->getScope(); in getScope()
355 return NS->getScope(); in getScope()
358 return CB->getScope(); in getScope()
361 return M->getScope(); in getScope()
1049 return Block->getScope()->getSubprogram(); in getSubprogram()
1055 return File->getScope()->getNonLexicalBlockFileScope(); in getNonLexicalBlockFileScope()
1066 Scope = Scope->getScope()) { in cloneScopeForSubprogram()