Lines Matching refs:CheckerContext
34 void analyzerIteratorDataField(const CallExpr *CE, CheckerContext &C,
36 void analyzerIteratorPosition(const CallExpr *CE, CheckerContext &C) const;
37 void analyzerIteratorContainer(const CallExpr *CE, CheckerContext &C) const;
38 void analyzerIteratorValidity(const CallExpr *CE, CheckerContext &C) const;
39 ExplodedNode *reportDebugMsg(llvm::StringRef Msg, CheckerContext &C) const;
42 CheckerContext &) const;
56 bool evalCall(const CallEvent &Call, CheckerContext &C) const;
68 CheckerContext &C) const { in evalCall()
83 CheckerContext &C, in analyzerIteratorDataField()
103 CheckerContext &C) const { in analyzerIteratorPosition()
111 CheckerContext &C) const { in analyzerIteratorContainer()
119 CheckerContext &C) const { in analyzerIteratorValidity()
128 CheckerContext &C) const { in reportDebugMsg()