| 51 | static void analyseWholeProgram(const Settings &settings, ErrorLogger& errorLogger, const std::string &buildDir); |
| 52 | |
| 53 | static void getErrorMessages(ErrorLogger &errorLogger) { |
| 54 | unusedFunctionError(errorLogger, "", 0, 0, 0, "funcName"); |
| 55 | staticFunctionError(errorLogger, "", 0, 0, 0, "funcName"); |
| 56 | } |
| 57 | |
| 58 | // Return true if an error is reported. |
| 59 | bool check(const Settings& settings, ErrorLogger& errorLogger) const; |
no outgoing calls