Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h37 class BugReporterContext; variable
309 PathDiagnosticPieceRef VisitNode(const ExplodedNode *, BugReporterContext &, in VisitNode() argument
H A DBugReporter.h700 BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {} in BugReporterContext() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp318 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() argument
324 void BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor() argument
1213 void finalizeVisitor(BugReporterContext &, const ExplodedNode *, in finalizeVisitor() argument
3004 const ExplodedNode *N, BugReporterContext &, PathSensitiveBugReport &) { in VisitNode() argument
H A DCoreEngine.cpp223 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument