Lines Matching refs:CheckerContext
121 void checkBeginFunction(CheckerContext &Ctx) const;
122 void checkPreObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
123 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
124 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
133 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
134 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const;
137 void diagnoseMissingReleases(CheckerContext &C) const;
140 CheckerContext &C) const;
144 CheckerContext &C) const;
147 CheckerContext &C) const;
154 CheckerContext &C) const;
159 bool isInInstanceDealloc(const CheckerContext &C, SVal &SelfValOut) const;
160 bool isInInstanceDealloc(const CheckerContext &C, const LocationContext *LCtx,
162 bool instanceDeallocIsOnStack(const CheckerContext &C,
172 void transitionToReleaseValue(CheckerContext &C, SymbolRef Value) const;
260 CheckerContext &C) const { in checkBeginFunction()
337 const ObjCMethodCall &M, CheckerContext &C) const { in checkPreObjCMessage()
372 CheckerContext &C) const { in checkPreCall()
389 const ObjCMethodCall &M, CheckerContext &C) const { in checkPostObjCMessage()
400 const ReturnStmt *RS, CheckerContext &C) const { in checkEndFunction()
406 const ReturnStmt *RS, CheckerContext &C) const { in checkPreStmt()
495 void ObjCDeallocChecker::diagnoseMissingReleases(CheckerContext &C) const { in diagnoseMissingReleases()
615 SymbolRef IvarSym, CheckerContext &C) const { in findPropertyOnDeallocatingInstance()
645 CheckerContext &C) const { in diagnoseExtraRelease()
723 CheckerContext &C) const { in diagnoseMistakenDealloc()
826 void ObjCDeallocChecker::transitionToReleaseValue(CheckerContext &C, in transitionToReleaseValue()
917 CheckerContext &C) const { in getValueReleasedByNillingOut()
958 bool ObjCDeallocChecker::isInInstanceDealloc(const CheckerContext &C, in isInInstanceDealloc()
966 bool ObjCDeallocChecker::isInInstanceDealloc(const CheckerContext &C, in isInInstanceDealloc()
984 bool ObjCDeallocChecker::instanceDeallocIsOnStack(const CheckerContext &C, in instanceDeallocIsOnStack()