Searched refs:ARIt (Results 1 – 1 of 1) sorted by relevance
148 LocVec::reverse_iterator ARIt = ALocs.rend(); in getMergedLocation() local158 if (ARIt != ALocs.rend()) in getMergedLocation()167 ARIt = LocVec::reverse_iterator(ALocs.begin() + IT->second + 1); in getMergedLocation()220 DILocation *Result = ARIt != ALocs.rend() ? (*ARIt)->getInlinedAt() : nullptr; in getMergedLocation()224 for (; ARIt != ALocs.rend() && BRIt != BLocs.rend(); ++ARIt, ++BRIt) { in getMergedLocation()225 DILocation *Tmp = MergeLocPair(*ARIt, *BRIt, Result); in getMergedLocation()