Home | History | Annotate | Download | only in Core

Lines Matching defs:PathDiagnosticCallPiece

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 *
521 PathDiagnosticCallPiece::construct(PathPieces &path,
523 PathDiagnosticCallPiece *C = new PathDiagnosticCallPiece(path, caller);
529 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE,
539 PathDiagnosticCallPiece::getCallEnterEvent() const {
555 PathDiagnosticCallPiece::getCallEnterWithinCallerEvent() const {
569 PathDiagnosticCallPiece::getCallExitEvent() const {
587 if (const PathDiagnosticCallPiece *cp =
588 dyn_cast<PathDiagnosticCallPiece>(piece)) {
624 void PathDiagnosticCallPiece::Profile(llvm::FoldingSetNodeID &ID) const {