Lines Matching refs:Checker
12 // Two versions of a checker exist: one that checks all methods and the other
16 // The checker does not warn about assignments to Ivars, annotated with
19 // checker. The annotation is allowed on properties and Ivars.
28 #include "clang/StaticAnalyzer/Core/Checker.h"
52 public Checker<check::ASTDecl<ObjCImplementationDecl> > {
64 const CheckerBase *Checker;
70 const CheckerBase *Checker, AnalysisDeclContext *InDCtx)
72 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 functions annotated
219 // Register the checker that checks for direct accesses in all functions,