Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Pair

532     typedef std::pair<Location, Location> LocPair;
1258 std::pair<AliasCacheTy::iterator, bool> Pair =
1260 if (!Pair.second)
1261 return Pair.first->second;