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 547 class PathDiagnosticCallPiece : public PathDiagnosticPiece {
548 PathDiagnosticCallPiece(const Decl *callerD,
553 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
574 virtual ~PathDiagnosticCallPiece();
602 static PathDiagnosticCallPiece *construct(const ExplodedNode *N,
606 static PathDiagnosticCallPiece *construct(PathPieces &pieces,
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 60 PathDiagnosticCallPiece::~PathDiagnosticCallPiece() {}
74 PathDiagnosticCallPiece *Call = cast<PathDiagnosticCallPiece>(Piece);
125 static PathDiagnosticCallPiece *
126 getFirstStackedCallToHeaderFile(PathDiagnosticCallPiece *CP,
147 if (PathDiagnosticCallPiece *CPInner =
148 dyn_cast<PathDiagnosticCallPiece>(Path.back())) {
166 if (PathDiagnosticCallPiece *CP = dyn_cast<PathDiagnosticCallPiece>(LastP))
    [all...]

Completed in 302 milliseconds