Searched refs:PathDiagnosticLocationPair (Results 1 – 1 of 1) sorted by relevance
298 class PathDiagnosticLocationPair {302 PathDiagnosticLocationPair(const PathDiagnosticLocation &start, in PathDiagnosticLocationPair() function615 std::vector<PathDiagnosticLocationPair> LPairs;621 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()627 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()652 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } in push_back()658 typedef std::vector<PathDiagnosticLocationPair>::iterator iterator;666 typedef std::vector<PathDiagnosticLocationPair>::const_iterator