Home
last modified time | relevance | path

Searched refs:errorDiagnostic (Results 1 – 3 of 3) sorted by relevance

/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DFormatter.java150 Iterables.filter(diagnostics.getDiagnostics(), Formatter::errorDiagnostic); in format()
196 static boolean errorDiagnostic(Diagnostic<?> input) { in errorDiagnostic() method in Formatter
DRemoveUnusedImports.java228 Iterables.filter(diagnostics.getDiagnostics(), Formatter::errorDiagnostic); in parse()
DStringWrapper.java399 Iterables.filter(diagnostics.getDiagnostics(), Formatter::errorDiagnostic); in parse()