Searched defs:BugReporterVisitorImpl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h33 /// Custom visitors should subclass the BugReporterVisitorImpl class for a
35 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
48 /// Instead, they should inherit from BugReporterVisitorImpl and provide
51 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
85 /// BugReporterVisitor, subclass BugReporterVisitorImpl and provide a public
88 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
92 class BugReporterVisitorImpl : public BugReporterVisitor { class in namespace:clang::ento
99 : public BugReporterVisitorImpl<FindLastStoreBRVisitor> {
130 : public BugReporterVisitorImpl<TrackConstraintBRVisitor> {
166 : public BugReporterVisitorImpl<NilReceiverBRVisito
[all...]

Completed in 51 milliseconds