Searched defs:PathDiagnosticCallPiece (Results 1 - 2 of 2) sorted by path

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h547 class PathDiagnosticCallPiece : public PathDiagnosticPiece { class in namespace:clang::ento
548 PathDiagnosticCallPiece(const Decl *callerD, function in class:clang::ento::PathDiagnosticCallPiece
553 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller) function in class:clang::ento::PathDiagnosticCallPiece
574 virtual ~PathDiagnosticCallPiece();
602 static PathDiagnosticCallPiece *construct(const ExplodedNode *N,
606 static PathDiagnosticCallPiece *construct(PathPieces &pieces,
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp60 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>(Last
[all...]

Completed in 217 milliseconds