Searched refs:ScopesAtLoc (Results 1 – 1 of 1) sorted by relevance
218 auto ScopesAtLoc = Scopes.find({S->getFile(), Loc}); in match() local220 if (ScopesAtLoc == Scopes.end()) in match()224 if (ScopesAtLoc->second.contains(S)) in match()227 if (!ScopesAtLoc->second.empty()) in match()228 return *ScopesAtLoc->second.begin(); in match()