Searched refs:LPairs (Results 1 – 1 of 1) sorted by relevance
636 std::vector<PathDiagnosticLocationPair> LPairs; variable643 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()649 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()655 assert(!LPairs.empty() && in getStartLocation()657 return LPairs[0].getStart(); in getStartLocation()661 assert(!LPairs.empty() && in getEndLocation()663 return LPairs[0].getEnd(); in getEndLocation()667 LPairs[0].setStart(L); in setStartLocation()671 LPairs[0].setEnd(L); in setEndLocation()674 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } in push_back()[all …]