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.h623 std::vector<PathDiagnosticLocationPair> LPairs; variable
629 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
635 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
641 assert(!LPairs.empty() && in getStartLocation()
643 return LPairs[0].getStart(); in getStartLocation()
647 assert(!LPairs.empty() && in getEndLocation()
649 return LPairs[0].getEnd(); in getEndLocation()
653 LPairs[0].setStart(L); in setStartLocation()
657 LPairs[0].setEnd(L); in setEndLocation()
660 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } in push_back()
[all …]