Home | History | Annotate | Download | only in Checkers

Lines Matching refs:CheckerContext

27 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
100 CheckerContext &C) const;
102 void warnIfNilArg(CheckerContext &C,
111 CheckerContext &C) const;
114 void checkPreObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
116 CheckerContext &C) const;
118 CheckerContext &C) const;
124 CheckerContext &C) const {
135 void NilArgChecker::warnIfNilArg(CheckerContext &C,
188 CheckerContext &C) const {
199 CheckerContext &C) const {
288 CheckerContext &C) const {
296 CheckerContext &C) const {
316 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
396 CheckerContext &C) const {
500 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
506 CheckerContext &C) const {
591 void checkPreObjCMessage(const ObjCMethodCall &msg, CheckerContext &C) const;
596 CheckerContext &C) const {
650 void checkPreObjCMessage(const ObjCMethodCall &msg, CheckerContext &C) const;
703 CheckerContext &C) const {
802 CheckerContext &C) const;
806 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
807 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
808 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &C) const;
841 static ProgramStateRef checkCollectionNonNil(CheckerContext &C,
866 static ProgramStateRef checkElementNonNil(CheckerContext &C,
899 static ProgramStateRef assumeCollectionNonEmpty(CheckerContext &C,
954 CheckerContext &C) const {
977 CheckerContext &C) const {
992 CheckerContext &C) const {
1048 CheckerContext &C) const {
1076 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
1082 CheckerContext &C) {
1090 CheckerContext &C)