Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h376 class PathDiagnosticLocationPair {
381 PathDiagnosticLocationPair(const PathDiagnosticLocation &start, in PathDiagnosticLocationPair() function
638 std::vector<PathDiagnosticLocationPair> LPairs;
645 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
651 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
676 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } in push_back()
682 using iterator = std::vector<PathDiagnosticLocationPair>::iterator;
693 std::vector<PathDiagnosticLocationPair>::const_iterator;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h308 class PathDiagnosticLocationPair {
312 PathDiagnosticLocationPair(const PathDiagnosticLocation &start, in PathDiagnosticLocationPair() function
622 std::vector<PathDiagnosticLocationPair> LPairs;
628 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
634 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
659 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } in push_back()
665 typedef std::vector<PathDiagnosticLocationPair>::iterator iterator;
673 typedef std::vector<PathDiagnosticLocationPair>::const_iterator