Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h373 class PathDiagnosticLocationPair {
378 PathDiagnosticLocationPair(const PathDiagnosticLocation &start, in PathDiagnosticLocationPair() function
633 std::vector<PathDiagnosticLocationPair> LPairs;
640 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
646 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
671 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } in push_back()
677 using iterator = std::vector<PathDiagnosticLocationPair>::iterator;
688 std::vector<PathDiagnosticLocationPair>::const_iterator;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp1230 for (const PathDiagnosticLocationPair &LPair : P) { in ProcessControlFlowPiece()