Home | History | Annotate | Download | only in Checkers

Lines Matching refs:CheckerContext

19 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
36 /// \sa CheckerContext
71 void checkPreStmt(const ReturnStmt *DS, CheckerContext &C) const {}
81 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
90 void checkPreObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const {}
96 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const {}
108 void checkPreCall(const CallEvent &Call, CheckerContext &C) const {}
114 void checkPostCall(const CallEvent &Call, CheckerContext &C) const {}
117 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {}
129 CheckerContext &) const {}
138 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {}
155 void checkDeadSymbols(SymbolReaper &SR, CheckerContext &C) const {}
161 void checkEndFunction(CheckerContext &Ctx) const {}
197 bool evalCall(const CallExpr *CE, CheckerContext &C) const { return true; }
307 CheckerContext &C) const {