HomeSort by relevance Sort by last modified time
    Searched refs:PathDiagnosticCallPiece (Results 1 - 4 of 4) sorted by null

  /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...]
PlistDiagnostics.cpp 206 const PathDiagnosticCallPiece &P,
274 ReportCall(o, cast<PathDiagnosticCallPiece>(P), FM, SM, LangOpts,
323 if (const PathDiagnosticCallPiece *call =
324 dyn_cast<PathDiagnosticCallPiece>(piece)) {
BugReporter.cpp 116 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*, const ExplodedNode*> StackDiagPair
    [all...]
  /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,

Completed in 92 milliseconds