Lines Matching refs:CheckerContext
54 static bool isSelfVar(SVal location, CheckerContext &C);
66 void checkForInvalidSelf(const Expr *E, CheckerContext &C,
71 void checkPostObjCMessage(const ObjCMethodCall &Msg, CheckerContext &C) const;
72 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
73 void checkPreStmt(const ReturnStmt *S, CheckerContext &C) const;
75 CheckerContext &C) const;
76 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
78 void checkPreCall(const CallEvent &CE, CheckerContext &C) const;
79 void checkPostCall(const CallEvent &CE, CheckerContext &C) const;
113 static SelfFlagEnum getSelfFlags(SVal val, CheckerContext &C) { in getSelfFlags()
118 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()
268 CheckerContext &C) const { in checkPostCall()
304 CheckerContext &C) const { in checkLocation()
319 CheckerContext &C) const { in checkBind()
412 static bool isSelfVar(SVal location, CheckerContext &C) { in isSelfVar()