Searched refs:LPairs (Results 1 – 1 of 1) sorted by relevance
622 std::vector<PathDiagnosticLocationPair> LPairs; variable628 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()634 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()640 assert(!LPairs.empty() && in getStartLocation()642 return LPairs[0].getStart(); in getStartLocation()646 assert(!LPairs.empty() && in getEndLocation()648 return LPairs[0].getEnd(); in getEndLocation()652 LPairs[0].setStart(L); in setStartLocation()656 LPairs[0].setEnd(L); in setEndLocation()659 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } in push_back()[all …]