Searched refs:LocIt (Results 1 – 1 of 1) sorted by relevance
842 auto LocIt = Loc2Vars.find(ID.Location); in operator []() local843 assert(LocIt != Loc2Vars.end() && "Location not tracked"); in operator []()844 return LocIt->second[ID.Index]; in operator []()