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()
126 static bool hasSelfFlag(SVal val, SelfFlagEnum flag, CheckerContext &C) { in hasSelfFlag()
133 static bool isInvalidSelf(const Expr *E, CheckerContext &C) { in isInvalidSelf()
143 void ObjCSelfInitChecker::checkForInvalidSelf(const Expr *E, CheckerContext &C, in checkForInvalidSelf()
166 CheckerContext &C) const { in checkPostObjCMessage()
197 CheckerContext &C) const { in checkPostStmt()
210 CheckerContext &C) const { in checkPreStmt()
238 CheckerContext &C) const { in checkPreCall()
266 CheckerContext &C) const { in checkPostCall()
302 CheckerContext &C) const { in checkLocation()
317 CheckerContext &C) const { in checkBind()
410 static bool isSelfVar(SVal location, CheckerContext &C) { in isSelfVar()