Home
last modified time | relevance | path

Searched refs:ScopesAtLoc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp218 auto ScopesAtLoc = Scopes.find({S->getFile(), Loc}); in match() local
220 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()