Searched refs:LintPass (Results 1 – 2 of 2) sorted by relevance
43 struct LintPass { struct44 LintPass(const LintFunction& lintFunction);47 #define REGISTER_LINT(FUNCTION) static LintPass LINT(FUNCTION)
32 LintPass::LintPass(const LintFunction& lintFunction) { in LintPass() function in android::LintPass