Lines Matching refs:getScope
139 {L->getScope()->getSubprogram(), L->getInlinedAt()}, I); in getMergedLocation()
158 auto IT = ALookup.find({L->getScope()->getSubprogram(), L->getInlinedAt()}); in getMergedLocation()
178 return DILocation::get(C, L1->getLine(), L1->getColumn(), L1->getScope(), in getMergedLocation()
183 if (L1->getScope()->getSubprogram() != L2->getScope()->getSubprogram()) in getMergedLocation()
189 for (; S1; S1 = S1->getScope()) { in getMergedLocation()
195 for (; S2; S2 = S2->getScope()) { in getMergedLocation()
205 auto Scope = GetNearestCommonScope(L1->getScope(), L2->getScope()); in getMergedLocation()
240 return DILocation::get(C, 0, 0, LocA->getScope(), nullptr); in getMergedLocation()
340 DIScope *DIScope::getScope() const { in getScope() function in DIScope
342 return T->getScope(); in getScope()
345 return SP->getScope(); in getScope()
348 return LB->getScope(); in getScope()
351 return NS->getScope(); in getScope()
354 return CB->getScope(); in getScope()
357 return M->getScope(); in getScope()
1039 return Block->getScope()->getSubprogram(); in getSubprogram()
1045 return File->getScope()->getNonLexicalBlockFileScope(); in getNonLexicalBlockFileScope()
1056 Scope = Scope->getScope()) { in cloneScopeForSubprogram()