Searched defs:PathDiagnosticLocationPair (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h245 class PathDiagnosticLocationPair { class in namespace:clang::ento
249 PathDiagnosticLocationPair(const PathDiagnosticLocation &start, function in class:clang::ento::PathDiagnosticLocationPair
527 std::vector<PathDiagnosticLocationPair> LPairs;
533 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
539 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
556 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); }
562 typedef std::vector<PathDiagnosticLocationPair>::iterator iterator;
570 typedef std::vector<PathDiagnosticLocationPair>::const_iterator

Completed in 56 milliseconds