Lines Matching refs:CheckerContext
35 void analyzerIteratorDataField(const CallExpr *CE, CheckerContext &C,
37 void analyzerIteratorPosition(const CallExpr *CE, CheckerContext &C) const;
38 void analyzerIteratorContainer(const CallExpr *CE, CheckerContext &C) const;
39 void analyzerIteratorValidity(const CallExpr *CE, CheckerContext &C) const;
40 ExplodedNode *reportDebugMsg(llvm::StringRef Msg, CheckerContext &C) const;
43 CheckerContext &) const;
55 bool evalCall(const CallEvent &Call, CheckerContext &C) const;
61 CheckerContext &C) const { in evalCall()
76 CheckerContext &C, in analyzerIteratorDataField()
96 CheckerContext &C) const { in analyzerIteratorPosition()
104 CheckerContext &C) const { in analyzerIteratorContainer()
112 CheckerContext &C) const { in analyzerIteratorValidity()
121 CheckerContext &C) const { in reportDebugMsg()