HomeSort by relevance Sort by last modified time
    Searched refs:BugReporterVisitorImpl (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 33 /// 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 {
98 : public BugReporterVisitorImpl<FindLastStoreBRVisitor>
133 : public BugReporterVisitorImpl<TrackConstraintBRVisitor>
152 : public BugReporterVisitorImpl<NilReceiverBRVisitor
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 135 : public BugReporterVisitorImpl<SecKeychainBugVisitor> {
MallocChecker.cpp 200 class MallocBugVisitor : public BugReporterVisitorImpl<MallocBugVisitor> {
    [all...]
RetainCountChecker.cpp     [all...]

Completed in 99 milliseconds