Home
last modified time | relevance | path

Searched defs:BugReporterContext (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h41 class BugReporterContext; variable
532 PathDiagnosticPieceRef VisitNode(const ExplodedNode *, BugReporterContext &, in VisitNode() argument
H A DBugReporter.h707 BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {} in BugReporterContext() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp252 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
H A DBugReporterVisitors.cpp323 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() argument
329 void BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor() argument
1183 void finalizeVisitor(BugReporterContext &, const ExplodedNode *, in finalizeVisitor() argument
3307 const ExplodedNode *N, BugReporterContext &, PathSensitiveBugReport &) { in VisitNode() argument