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 550 class PathDiagnosticCallPiece : public PathDiagnosticPiece {
551 PathDiagnosticCallPiece(const Decl *callerD,
556 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
577 ~PathDiagnosticCallPiece() override;
605 static PathDiagnosticCallPiece *construct(const ExplodedNode *N,
609 static PathDiagnosticCallPiece *construct(PathPieces &pieces,
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 60 PathDiagnosticCallPiece::~PathDiagnosticCallPiece() {}
72 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 42 milliseconds