Searched refs:LPairs (Results 1 – 1 of 1) sorted by relevance
619 std::vector<PathDiagnosticLocationPair> LPairs; variable625 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()631 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()637 assert(!LPairs.empty() && in getStartLocation()639 return LPairs[0].getStart(); in getStartLocation()643 assert(!LPairs.empty() && in getEndLocation()645 return LPairs[0].getEnd(); in getEndLocation()649 LPairs[0].setStart(L); in setStartLocation()653 LPairs[0].setEnd(L); in setEndLocation()656 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } in push_back()[all …]