Home | History | Annotate | Download | only in Checkers

Lines Matching defs:Checker

13 //  Two versions of a checker exist: one that checks all methods and the other
17 // The checker does not warn about assignments to Ivars, annotated with
20 // checker. The annotation is allowed on properties and Ivars.
29 #include "clang/StaticAnalyzer/Core/Checker.h"
54 public Checker<check::ASTDecl<ObjCImplementationDecl> > {
66 const CheckerBase *Checker;
72 const CheckerBase *Checker, AnalysisDeclContext *InDCtx)
74 Checker(Checker), DCtx(InDCtx) {}
183 // as a false positive suppression mechanism for the checker. The
201 MD, Checker, "Property access", categories::CoreFoundationObjectiveC,
210 // Register the checker that checks for direct accesses in all functions,
216 // Register the checker that checks for direct accesses in functions annotated