Home
last modified time | relevance | path

Searched refs:BugReporterContext (Results 1 – 7 of 7) 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.h44 class BugReporterContext; variable
531 class BugReporterContext {
535 BugReporterContext(GRBugReporter& br) : BR(br) {}
537 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()
284 class PathDiagnosticBuilder : public BugReporterContext {
294 : BugReporterContext(br), in PathDiagnosticBuilder()
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp150 BugReporterContext &BRC,
595 BugReporterContext &BRC, in VisitNode()
DRetainCountChecker.cpp1720 BugReporterContext &BRC,
1723 virtual PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
1734 PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
1847 BugReporterContext &BRC, in VisitNode()
2234 CFRefReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
2242 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
DMallocChecker.cpp400 BugReporterContext &BRC,
403 PathDiagnosticPiece* getEndPath(BugReporterContext &BRC, in getEndPath()
2076 BugReporterContext &BRC, in VisitNode()