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.h81 Diagnostics *mDiagnostics; member in class:pp::MacroExpander
H A DDirectiveParser.cpp151 mDiagnostics(diagnostics)
176 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN,
189 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN,
205 Diagnostics *mDiagnostics; member in class:pp::DefinedParser
215 mDiagnostics(diagnostics),
237 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_UNTERMINATED,
273 mDiagnostics->report(Diagnostics::PP_DIRECTIVE_INVALID_NAME,
324 mDiagnostics->report(Diagnostics::PP_EOF_IN_DIRECTIVE,
336 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN,
342 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/translator/
H A DDirectiveHandler.h44 TDiagnostics& mDiagnostics; member in class:TDirectiveHandler

Completed in 231 milliseconds