reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  313   bool evalCall(const CallEvent &Call, CheckerContext &C) const;

References

tools/clang/include/clang/StaticAnalyzer/Core/Checker.h
  479     return ((const CHECKER *)checker)->evalCall(Call, C);