Searched defs:mDiagnostics (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.h30 Diagnostics* mDiagnostics; member in class:pp::ExpressionParser
H A DDirectiveParser.h76 Diagnostics* mDiagnostics; member in class:pp::DirectiveParser
H A DMacroExpander.h67 Diagnostics* mDiagnostics; member in class:pp::MacroExpander
H A DDirectiveParser.cpp150 mDiagnostics(diagnostics)
175 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN,
188 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN,
204 Diagnostics* mDiagnostics; member in class:pp::DefinedParser
214 mDiagnostics(diagnostics),
236 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_UNTERMINATED,
271 mDiagnostics->report(Diagnostics::PP_DIRECTIVE_INVALID_NAME,
322 mDiagnostics->report(Diagnostics::PP_EOF_IN_DIRECTIVE,
334 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN,
340 mDiagnostics
[all...]
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
H A DPreprocessorTest.h19 PreprocessorTest() : mPreprocessor(&mDiagnostics, &mDirectiveHandler) { }
25 MockDiagnostics mDiagnostics; member in class:PreprocessorTest
/external/chromium_org/third_party/angle/src/compiler/
H A DDirectiveHandler.h43 TDiagnostics& mDiagnostics; member in class:TDirectiveHandler

Completed in 208 milliseconds