Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h42 class BugReporterContext; variable
538 PathDiagnosticPieceRef VisitNode(const ExplodedNode *, BugReporterContext &, in VisitNode() argument
H A DBugReporter.h711 BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {} in BugReporterContext() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp252 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
H A DBugReporterVisitors.cpp349 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() argument
355 void BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor() argument
1209 void finalizeVisitor(BugReporterContext &, const ExplodedNode *, in finalizeVisitor() argument
3501 const ExplodedNode *N, BugReporterContext &, PathSensitiveBugReport &) { in VisitNode() argument