Lines Matching refs:CheckerContext
33 void analyzerIteratorDataField(const CallExpr *CE, CheckerContext &C,
35 void analyzerIteratorPosition(const CallExpr *CE, CheckerContext &C) const;
36 void analyzerIteratorContainer(const CallExpr *CE, CheckerContext &C) const;
37 void analyzerIteratorValidity(const CallExpr *CE, CheckerContext &C) const;
38 ExplodedNode *reportDebugMsg(llvm::StringRef Msg, CheckerContext &C) const;
41 CheckerContext &) const;
55 bool evalCall(const CallEvent &Call, CheckerContext &C) const;
67 CheckerContext &C) const { in evalCall()
82 CheckerContext &C, in analyzerIteratorDataField()
102 CheckerContext &C) const { in analyzerIteratorPosition()
110 CheckerContext &C) const { in analyzerIteratorContainer()
118 CheckerContext &C) const { in analyzerIteratorValidity()
127 CheckerContext &C) const { in reportDebugMsg()