HomeSort by relevance Sort by last modified time
    Searched defs:PathPieces (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 411 class PathPieces : public std::list<IntrusiveRefCntPtr<PathDiagnosticPiece> > {
412 void flattenTo(PathPieces &Primary, PathPieces &Current,
415 ~PathPieces();
417 PathPieces flatten(bool ShouldFlattenMacros) const {
418 PathPieces Result;
549 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
568 PathPieces path;
594 for (PathPieces::iterator I = path.begin(),
602 static PathDiagnosticCallPiece *construct(PathPieces &pieces
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 31 for (PathPieces::const_iterator I = subPieces.begin(), E = subPieces.end();
64 PathPieces::~PathPieces() {}
66 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current,
68 for (PathPieces::const_iterator I = begin(), E = end(); I != E; ++I) {
91 PathPieces NewPath;
139 const PathPieces &Path = CP->path;
215 SmallVector<const PathPieces *, 5> WorkList
    [all...]

Completed in 35 milliseconds