Searched defs:diagnostics (Results 1 - 2 of 2) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateCompiler.java146 List<Diagnostic<? extends JavaFileObject>> diagnostics, Exception cause)
152 for (Diagnostic<? extends JavaFileObject> diagnostic : diagnostics) {
145 throwExceptionWithLotsOfDiagnosticInfo(CharSequence javaSource, String errorMessage, List<Diagnostic<? extends JavaFileObject>> diagnostics, Exception cause) argument
/external/clang/bindings/python/clang/
H A Dcindex.py52 # diagnostics on failure because they refer to locations in an object that
1550 def diagnostics(self): member in class:CodeCompletionResults
1669 def diagnostics(self): member in class:TranslationUnit
1671 Return an iterable (and indexable) object containing the diagnostics.

Completed in 844 milliseconds