Home | History | Annotate | Download | only in Checkers

Lines Matching refs:CheckerContext

22 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
64 CheckerContext &C) const;
67 CheckerContext &C,
76 void checkPostCall(const CallEvent &Call, CheckerContext &C) const;
78 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
80 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &C) const;
122 CheckerContext &C) const {
143 CheckerContext &C) const {
186 CheckerContext &C) const {
210 CheckerContext &C) const {
226 CheckerContext &C,