Home | History | Annotate | Download | only in Checkers

Lines Matching refs:CheckerContext

13 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
23 void analyzerEval(const CallExpr *CE, CheckerContext &C) const;
24 void analyzerCheckInlined(const CallExpr *CE, CheckerContext &C) const;
25 void analyzerCrash(const CallExpr *CE, CheckerContext &C) const;
28 CheckerContext &C) const;
31 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
36 CheckerContext &C) const {
54 CheckerContext &C) {
86 CheckerContext &C) const {
103 CheckerContext &C) const {
123 CheckerContext &C) const {