Searched refs:BugReporterContext (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h26 class BugReporterContext;
60 BugReporterContext &BRC,
69 virtual PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
76 static PathDiagnosticPiece *getDefaultEndPath(BugReporterContext &BRC,
127 BugReporterContext &BRC,
146 BugReporterContext &BRC,
161 BugReporterContext &BRC,
176 BugReporterContext &BRC,
181 BugReporterContext &BRC,
189 BugReporterContext
[all...]
H A DBugReporter.h43 class BugReporterContext;
473 class BugReporterContext { class in namespace:clang::ento
477 BugReporterContext(GRBugReporter& br) : BR(br) {} function in class:clang::ento::BugReporterContext
479 virtual ~BugReporterContext() {}
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp96 BugReporterVisitor::getEndPath(BugReporterContext &BRC,
103 BugReporterVisitor::getDefaultEndPath(BugReporterContext &BRC,
183 BugReporterContext &BRC,
260 BugReporterContext &BRC,
406 BugReporterContext &BRC,
549 BugReporterContext &BRC,
620 BugReporterContext &BRC,
631 BugReporterContext &BRC,
681 BugReporterContext &BRC) {
704 BugReporterContext
[all...]
H A DBugReporter.cpp40 void BugReporterContext::anchor() {}
194 class PathDiagnosticBuilder : public BugReporterContext {
205 : BugReporterContext(br),
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp152 BugReporterContext &BRC,
663 BugReporterContext &BRC,
H A DMallocChecker.cpp289 BugReporterContext &BRC,
292 PathDiagnosticPiece* getEndPath(BugReporterContext &BRC,
1505 BugReporterContext &BRC,
H A DRetainCountChecker.cpp1757 BugReporterContext &BRC,
1760 virtual PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
1771 PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
1884 BugReporterContext &BRC,
2214 CFRefReportVisitor::getEndPath(BugReporterContext &BRC,
2222 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC,
2226 // Tell the BugReporterContext to report cases when the tracked symbol is

Completed in 135 milliseconds