Searched defs:Lint (Results 1 – 2 of 2) sorted by relevance
31 struct Lint { struct35 Lint& operator=(Lint&& other) = default; argument38 Lint& operator=(const Lint&) = delete; argument56 std::ostream& operator<<(std::ostream& os, const Lint&); argument
27 Lint::Lint(LintLevel level, const Location& location, const std::string& message) in Lint() function in android::Lint