Searched refs:PathDiagnosticLocationPair (Results 1 – 2 of 2) sorted by relevance
373 class PathDiagnosticLocationPair {378 PathDiagnosticLocationPair(const PathDiagnosticLocation &start, in PathDiagnosticLocationPair() function633 std::vector<PathDiagnosticLocationPair> LPairs;640 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()646 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()671 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } in push_back()677 using iterator = std::vector<PathDiagnosticLocationPair>::iterator;688 std::vector<PathDiagnosticLocationPair>::const_iterator;
1230 for (const PathDiagnosticLocationPair &LPair : P) { in ProcessControlFlowPiece()