Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DZ3CrosscheckVisitor.cpp112 Z3CrosscheckVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &, in VisitNode() argument
H A DCoreEngine.cpp240 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
H A DBugReporterVisitors.cpp353 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() argument
359 void BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor() argument
1213 void finalizeVisitor(BugReporterContext &, const ExplodedNode *, in finalizeVisitor() argument
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h42 class BugReporterContext; variable
539 PathDiagnosticPieceRef VisitNode(const ExplodedNode *, BugReporterContext &, in VisitNode() argument
H A DBugReporter.h722 BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {} in BugReporterContext() function