Searched defs:BugReporterContext (Results 1 – 5 of 5) sorted by relevance
112 VisitNode(const ExplodedNode * N,BugReporterContext &,PathSensitiveBugReport &) VisitNode() argument
240 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
353 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() argument 359 void BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor() argument 1213 finalizeVisitor(BugReporterContext &,const ExplodedNode *,PathSensitiveBugReport & BR) finalizeVisitor() argument [all...]
42 class BugReporterContext; variable 539 VisitNode(const ExplodedNode *,BugReporterContext &,PathSensitiveBugReport &) VisitNode() argument [all...]
722 BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {} in BugReporterContext() function