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

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 543 class PathDiagnosticCallPiece : public PathDiagnosticPiece {
544 PathDiagnosticCallPiece(const Decl *callerD,
549 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
570 virtual ~PathDiagnosticCallPiece();
598 static PathDiagnosticCallPiece *construct(const ExplodedNode *N,
602 static PathDiagnosticCallPiece *construct(PathPieces &pieces,
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 59 PathDiagnosticCallPiece::~PathDiagnosticCallPiece() {}
73 PathDiagnosticCallPiece *Call = cast<PathDiagnosticCallPiece>(Piece);
123 static PathDiagnosticCallPiece *
124 getFirstStackedCallToHeaderFile(PathDiagnosticCallPiece *CP,
145 if (PathDiagnosticCallPiece *CPInner =
146 dyn_cast<PathDiagnosticCallPiece>(Path.back())) {
164 if (PathDiagnosticCallPiece *CP = dyn_cast<PathDiagnosticCallPiece>(LastP))
    [all...]

Completed in 84 milliseconds