Searched refs:locationToLoc (Results 1 – 2 of 2) sorted by relevance
136 auto existingIt = locationToLoc.find(std::make_pair(loc, scope)); in translateLoc()137 if (existingIt != locationToLoc.end()) in translateLoc()173 locationToLoc.try_emplace(std::make_pair(loc, scope), llvmLoc); in translateLoc()
54 locationToLoc; variable