Searched defs:diagnostics (Results 26 - 27 of 27) sorted by relevance

12

/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp1170 yyextra->diagnostics->report(pp::Diagnostics::PP_EOF_IN_COMMENT,
2319 Tokenizer::Tokenizer(Diagnostics *diagnostics) argument
2323 mContext.diagnostics = diagnostics;
2362 mContext.diagnostics->report(Diagnostics::PP_TOKEN_TOO_LONG,
/external/clang/bindings/python/clang/
H A Dcindex.py52 # diagnostics on failure because they refer to locations in an object that
103 # should be available via the TranslationUnit's diagnostics.
2090 def diagnostics(self): member in class:CodeCompletionResults
2219 It is the caller's responsibility to check tu.diagnostics for errors.
2385 def diagnostics(self): member in class:TranslationUnit
2387 Return an iterable (and indexable) object containing the diagnostics.
2444 TranslationUnit.diagnostics().

Completed in 327 milliseconds

12