Home
last modified time | relevance | path

Searched refs:LintPass (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/hidl/lint/
H A DLintRegistry.h43 struct LintPass { struct
44 LintPass(const LintFunction& lintFunction);
47 #define REGISTER_LINT(FUNCTION) static LintPass LINT(FUNCTION)
H A DLintRegistry.cpp32 LintPass::LintPass(const LintFunction& lintFunction) { in LintPass() function in android::LintPass