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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h304 class PathDiagnosticLocationPair { class in namespace:clang::ento
308 PathDiagnosticLocationPair(const PathDiagnosticLocation &start, function in class:clang::ento::PathDiagnosticLocationPair
619 std::vector<PathDiagnosticLocationPair> LPairs;
625 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
631 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
656 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); }
662 typedef std::vector<PathDiagnosticLocationPair>::iterator iterator;
670 typedef std::vector<PathDiagnosticLocationPair>::const_iterator

Completed in 140 milliseconds