Lines Matching refs:CheckerContext
116 void checkBeginFunction(CheckerContext &Ctx) const;
117 void checkPreObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
118 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
119 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
128 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
129 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const;
132 void diagnoseMissingReleases(CheckerContext &C) const;
135 CheckerContext &C) const;
139 CheckerContext &C) const;
142 CheckerContext &C) const;
149 CheckerContext &C) const;
154 bool isInInstanceDealloc(const CheckerContext &C, SVal &SelfValOut) const;
155 bool isInInstanceDealloc(const CheckerContext &C, const LocationContext *LCtx,
157 bool instanceDeallocIsOnStack(const CheckerContext &C,
167 void transitionToReleaseValue(CheckerContext &C, SymbolRef Value) const;
255 CheckerContext &C) const { in checkBeginFunction()
330 const ObjCMethodCall &M, CheckerContext &C) const { in checkPreObjCMessage()
365 CheckerContext &C) const { in checkPreCall()
382 const ObjCMethodCall &M, CheckerContext &C) const { in checkPostObjCMessage()
393 const ReturnStmt *RS, CheckerContext &C) const { in checkEndFunction()
399 const ReturnStmt *RS, CheckerContext &C) const { in checkPreStmt()
488 void ObjCDeallocChecker::diagnoseMissingReleases(CheckerContext &C) const { in diagnoseMissingReleases()
609 SymbolRef IvarSym, CheckerContext &C) const { in findPropertyOnDeallocatingInstance()
639 CheckerContext &C) const { in diagnoseExtraRelease()
717 CheckerContext &C) const { in diagnoseMistakenDealloc()
837 void ObjCDeallocChecker::transitionToReleaseValue(CheckerContext &C, in transitionToReleaseValue()
928 CheckerContext &C) const { in getValueReleasedByNillingOut()
969 bool ObjCDeallocChecker::isInInstanceDealloc(const CheckerContext &C, in isInInstanceDealloc()
977 bool ObjCDeallocChecker::isInInstanceDealloc(const CheckerContext &C, in isInInstanceDealloc()
995 bool ObjCDeallocChecker::instanceDeallocIsOnStack(const CheckerContext &C, in instanceDeallocIsOnStack()