This callback is called when the analysis starts. It could be used to
construct the checker's fields which are related to the Preprocessor.
void CoolFunctionChecker::checkBeginAnalysis(CheckerContext &C) const { Preprocessor &PP = C.getPreprocessor(); UseMyCoolLib = PP.isMacroDefined("__MY_COOL_LIB__"); }