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 58 PathDiagnosticCallPiece::~PathDiagnosticCallPiece() {}
72 PathDiagnosticCallPiece *Call = cast<PathDiagnosticCallPiece>(Piece);
178 if (const PathDiagnosticCallPiece *call =
179 dyn_cast<PathDiagnosticCallPiece>(piece)) {
236 static Optional<bool> compareCall(const PathDiagnosticCallPiece &X,
237 const PathDiagnosticCallPiece &Y) {
291 return compareCall(cast<PathDiagnosticCallPiece>(X),
292 cast<PathDiagnosticCallPiece>(Y))
    [all...]
BugReporter.cpp 169 removeRedundantMsgs(cast<PathDiagnosticCallPiece>(piece)->path);
223 PathDiagnosticCallPiece *call = cast<PathDiagnosticCallPiece>(piece);
268 PathDiagnosticCallPiece *Call = dyn_cast<PathDiagnosticCallPiece>(*I);
538 typedef std::pair<PathDiagnosticCallPiece*, const ExplodedNode*> StackDiagPair;
551 PathDiagnosticCallPiece *CP = I->first;
587 PathDiagnosticCallPiece *C =
588 PathDiagnosticCallPiece::construct(N, *CE, SMgr);
606 // a new PathDiagnosticCallPiece
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 512 class PathDiagnosticCallPiece : public PathDiagnosticPiece {
513 PathDiagnosticCallPiece(const Decl *callerD,
518 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
539 virtual ~PathDiagnosticCallPiece();
567 static PathDiagnosticCallPiece *construct(const ExplodedNode *N,
571 static PathDiagnosticCallPiece *construct(PathPieces &pieces,
BugReporter.h 411 llvm::DenseMap<const PathDiagnosticCallPiece*,
485 void addCallPieceLocationContextPair(const PathDiagnosticCallPiece *C,

Completed in 115 milliseconds