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
45 /// Instead, they should inherit from BugReporterVisitorImpl and provide
48 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
84 /// BugReporterVisitor, subclass BugReporterVisitorImpl and provide a public
87 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
91 class BugReporterVisitorImpl : public BugReporterVisitor { class in namespace:clang::ento
98 : public BugReporterVisitorImpl<FindLastStoreBRVisitor>
130 : public BugReporterVisitorImpl<TrackConstraintBRVisitor>
167 : public BugReporterVisitorImpl<NilReceiverBRVisito
[all...]

Completed in 286 milliseconds