Searched refs:runAllLintFunctions (Results 1 – 4 of 4) sorted by relevance
26 void LintRegistry::runAllLintFunctions(const AST& ast, std::vector<Lint>* errors) { in runAllLintFunctions() function in android::LintRegistry
40 void runAllLintFunctions(const AST& ast, std::vector<Lint>* errors);
137 LintRegistry::get()->runAllLintFunctions(*ast, &lints); in main()
66 LintRegistry::get()->runAllLintFunctions(*ast, errors); in getLintsForHal()