Searched refs:PathDiagnosticCallPiece (Results 1 - 4 of 4) sorted by relevance

/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...]
H A DPlistDiagnostics.cpp206 const PathDiagnosticCallPiece &P,
274 ReportCall(o, cast<PathDiagnosticCallPiece>(P), FM, SM, LangOpts,
323 if (const PathDiagnosticCallPiece *call =
324 dyn_cast<PathDiagnosticCallPiece>(piece)) {
H A DBugReporter.cpp116 removeRedundantMsgs(cast<PathDiagnosticCallPiece>(piece)->path);
169 PathDiagnosticCallPiece *call = cast<PathDiagnosticCallPiece>(piece);
221 PathDiagnosticCallPiece *Call = dyn_cast<PathDiagnosticCallPiece>(*I);
255 if (PathDiagnosticCallPiece *C = dyn_cast<PathDiagnosticCallPiece>(*I))
290 if (PathDiagnosticCallPiece *C = dyn_cast<PathDiagnosticCallPiece>(*I))
531 typedef std::pair<PathDiagnosticCallPiece*, cons
[all...]
/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,

Completed in 570 milliseconds