Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h633 std::vector<PathDiagnosticLocationPair> LPairs; variable
640 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
646 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
652 assert(!LPairs.empty() && in getStartLocation()
654 return LPairs[0].getStart(); in getStartLocation()
658 assert(!LPairs.empty() && in getEndLocation()
660 return LPairs[0].getEnd(); in getEndLocation()
664 LPairs[0].setStart(L); in setStartLocation()
668 LPairs[0].setEnd(L); in setEndLocation()
671 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } in push_back()
[all …]