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 384 class PathPieces : public std::deque<IntrusiveRefCntPtr<PathDiagnosticPiece> > {
385 void flattenTo(PathPieces &Primary, PathPieces &Current,
388 ~PathPieces();
390 PathPieces flatten(bool ShouldFlattenMacros) const {
391 PathPieces Result;
518 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
537 PathPieces path;
563 for (PathPieces::iterator I = path.begin(),
571 static PathDiagnosticCallPiece *construct(PathPieces &pieces
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 31 for (PathPieces::const_iterator I = subPieces.begin(), E = subPieces.end();
63 PathPieces::~PathPieces() {}
65 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current,
67 for (PathPieces::const_iterator I = begin(), E = end(); I != E; ++I) {
90 PathPieces NewPath;
149 SmallVector<const PathPieces *, 5> WorkList;
153 const PathPieces &path = *WorkList.back()
    [all...]

Completed in 68 milliseconds