Home
last modified time | relevance | path

Searched refs:BugReporterContext (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h26 class BugReporterContext; variable
60 BugReporterContext &BRC,
69 virtual PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
76 static PathDiagnosticPiece *getDefaultEndPath(BugReporterContext &BRC,
125 BugReporterContext &BRC,
155 BugReporterContext &BRC,
177 BugReporterContext &BRC,
199 BugReporterContext &BRC,
204 BugReporterContext &BRC,
212 BugReporterContext &BRC);
[all …]
DBugReporter.h45 class BugReporterContext; variable
523 class BugReporterContext {
527 BugReporterContext(GRBugReporter& br) : BR(br) {}
529 virtual ~BugReporterContext() {}
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp104 BugReporterVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
111 BugReporterVisitor::getDefaultEndPath(BugReporterContext &BRC, in getDefaultEndPath()
236 BugReporterContext &BRC, in visitNodeInitial()
335 BugReporterContext &BRC, in visitNodeMaybeUnsuppress()
388 BugReporterContext &BRC, in VisitNode()
402 PathDiagnosticPiece *getEndPath(BugReporterContext &BRC, in getEndPath()
452 BugReporterContext &BRC, in VisitNode()
733 BugReporterContext &BRC, in VisitNode()
813 BugReporterContext &BRC, in VisitNode()
1075 BugReporterContext &BRC, in VisitNode()
[all …]
DBugReporter.cpp51 void BugReporterContext::anchor() {} in anchor()
320 class PathDiagnosticBuilder : public BugReporterContext {
330 : BugReporterContext(br), in PathDiagnosticBuilder()
/external/clang/lib/StaticAnalyzer/Checkers/
DTestAfterDivZeroChecker.cpp75 BugReporterContext &BRC,
99 BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
DMacOSKeychainAPIChecker.cpp150 BugReporterContext &BRC,
595 BugReporterContext &BRC, in VisitNode()
DRetainCountChecker.cpp1716 BugReporterContext &BRC,
1719 PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
1730 PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
1833 BugReporterContext &BRC, in VisitNode()
2222 CFRefReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
2230 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
DMallocChecker.cpp419 BugReporterContext &BRC,
422 PathDiagnosticPiece* getEndPath(BugReporterContext &BRC, in getEndPath()
2264 BugReporterContext &BRC, in VisitNode()