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 417 class PathPieces : public std::list<IntrusiveRefCntPtr<PathDiagnosticPiece> > {
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 &pieces
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 32 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 *, 5> WorkList
    [all...]

Completed in 87 milliseconds