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

  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 55 PathDiagnosticCallPiece::~PathDiagnosticCallPiece() {}
128 if (const PathDiagnosticCallPiece *call =
129 dyn_cast<PathDiagnosticCallPiece>(piece)) {
483 if (PathDiagnosticCallPiece *cp = dyn_cast<PathDiagnosticCallPiece>(p)) {
511 PathDiagnosticCallPiece *
512 PathDiagnosticCallPiece::construct(const ExplodedNode *N,
517 return new PathDiagnosticCallPiece(caller, pos);
520 PathDiagnosticCallPiece *
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 457 class PathDiagnosticCallPiece : public PathDiagnosticPiece {
458 PathDiagnosticCallPiece(const Decl *callerD,
463 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
484 virtual ~PathDiagnosticCallPiece();
512 static PathDiagnosticCallPiece *construct(const ExplodedNode *N,
516 static PathDiagnosticCallPiece *construct(PathPieces &pieces,

Completed in 150 milliseconds