Home | History | Annotate | Download | only in Checkers

Lines Matching refs:CheckerContext

20 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
33 CheckerContext &C) const;
37 CheckerContext &C) const;
39 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
40 void checkPostCall(const CallEvent &Call, CheckerContext &C) const;
41 void checkPostStmt(const ImplicitCastExpr *CastE, CheckerContext &C) const;
42 void checkPostStmt(const CXXNewExpr *NewE, CheckerContext &C) const;
47 CheckerContext &C) {
61 CheckerContext &C) const {
105 CheckerContext &C) const {
177 CheckerContext &C) const {
196 CheckerContext &C) const {
211 CheckerContext &C) const {
248 CheckerContext &C) const {