Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h37 class BugReporterContext; variable
309 PathDiagnosticPieceRef VisitNode(const ExplodedNode *, BugReporterContext &, in VisitNode() argument
DBugReporter.h700 BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {} in BugReporterContext() function
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h27 class BugReporterContext; variable
DBugReporter.h45 class BugReporterContext; variable
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp296 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() argument
302 void BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor() argument
1191 void finalizeVisitor(BugReporterContext &, const ExplodedNode *, in finalizeVisitor() argument
2876 const ExplodedNode *N, BugReporterContext &, PathSensitiveBugReport &) { in VisitNode() argument
DCoreEngine.cpp223 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument