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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h417 class PathPieces : public std::list<IntrusiveRefCntPtr<PathDiagnosticPiece> > { class in namespace:clang::ento
418 void flattenTo(PathPieces &Primary, PathPieces &Current,
421 ~PathPieces();
423 PathPieces flatten(bool ShouldFlattenMacros) const {
424 PathPieces Result;
553 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
572 PathPieces path;
598 for (PathPieces::iterator I = path.begin(),
606 static PathDiagnosticCallPiece *construct(PathPieces
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp32 for (PathPieces::const_iterator I = subPieces.begin(), E = subPieces.end();
65 PathPieces::~PathPieces() {}
67 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current,
69 for (PathPieces::const_iterator I = begin(), E = end(); I != E; ++I) {
92 PathPieces NewPath;
141 const PathPieces &Path = CP->path;
217 SmallVector<const PathPieces *,
[all...]

Completed in 93 milliseconds