Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DZ3CrosscheckVisitor.cpp112 VisitNode(const ExplodedNode * N,BugReporterContext &,PathSensitiveBugReport &) 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 finalizeVisitor(BugReporterContext &,const ExplodedNode *,PathSensitiveBugReport & BR) finalizeVisitor() argument
[all...]
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h42 class BugReporterContext; variable
539 VisitNode(const ExplodedNode *,BugReporterContext &,PathSensitiveBugReport &) VisitNode() argument
[all...]
H A DBugReporter.h722 BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {} in BugReporterContext() function