Lines Matching refs:CheckerContext
55 static bool isSelfVar(SVal location, CheckerContext &C);
67 void checkForInvalidSelf(const Expr *E, CheckerContext &C,
72 void checkPostObjCMessage(const ObjCMethodCall &Msg, CheckerContext &C) const;
73 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
74 void checkPreStmt(const ReturnStmt *S, CheckerContext &C) const;
76 CheckerContext &C) const;
77 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
79 void checkPreCall(const CallEvent &CE, CheckerContext &C) const;
80 void checkPostCall(const CallEvent &CE, CheckerContext &C) const;
114 static SelfFlagEnum getSelfFlags(SVal val, CheckerContext &C) { in getSelfFlags()
119 SelfFlagEnum flag, CheckerContext &C) { in addSelfFlag()
127 static bool hasSelfFlag(SVal val, SelfFlagEnum flag, CheckerContext &C) { in hasSelfFlag()
134 static bool isInvalidSelf(const Expr *E, CheckerContext &C) { in isInvalidSelf()
144 void ObjCSelfInitChecker::checkForInvalidSelf(const Expr *E, CheckerContext &C, in checkForInvalidSelf()
167 CheckerContext &C) const { in checkPostObjCMessage()
198 CheckerContext &C) const { in checkPostStmt()
211 CheckerContext &C) const { in checkPreStmt()
239 CheckerContext &C) const { in checkPreCall()
267 CheckerContext &C) const { in checkPostCall()
303 CheckerContext &C) const { in checkLocation()
318 CheckerContext &C) const { in checkBind()
411 static bool isSelfVar(SVal location, CheckerContext &C) { in isSelfVar()