Home
last modified time | relevance | path

Searched refs:LPairs (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h622 std::vector<PathDiagnosticLocationPair> LPairs; variable
628 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 …]