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

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

Completed in 80 milliseconds