Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h638 std::vector<PathDiagnosticLocationPair> LPairs; variable
645 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
651 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
657 assert(!LPairs.empty() && in getStartLocation()
659 return LPairs[0].getStart(); in getStartLocation()
663 assert(!LPairs.empty() && in getEndLocation()
665 return LPairs[0].getEnd(); in getEndLocation()
669 LPairs[0].setStart(L); in setStartLocation()
673 LPairs[0].setEnd(L); in setEndLocation()
676 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } in push_back()
[all …]
/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 …]