Home | History | Annotate | Download | only in preprocessor

Lines Matching defs:mDiagnostics

153 		: mLexer(lexer), mMacroSet(macroSet), mDiagnostics(diagnostics)
178 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN, token->location, token->text);
190 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN,
206 Diagnostics *mDiagnostics;
218 mDiagnostics(diagnostics),
250 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_UNTERMINATED,
285 mDiagnostics->report(Diagnostics::PP_DIRECTIVE_INVALID_NAME,
336 mDiagnostics->report(Diagnostics::PP_EOF_IN_DIRECTIVE,
348 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN,
354 mDiagnostics->report(Diagnostics::PP_MACRO_PREDEFINED_REDEFINED,
360 mDiagnostics->report(Diagnostics::PP_MACRO_NAME_RESERVED,
371 mDiagnostics->report(Diagnostics::PP_WARNING_MACRO_NAME_RESERVED, token->location,
391 mDiagnostics->report(Diagnostics::PP_MACRO_DUPLICATE_PARAMETER_NAMES,
403 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN,
431 mDiagnostics->report(Diagnostics::PP_MACRO_REDEFINED, token->location, macro->name);
444 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN,
454 mDiagnostics->report(Diagnostics::PP_MACRO_PREDEFINED_UNDEFINED,
460 mDiagnostics->report(Diagnostics::PP_MACRO_UNDEFINED_WHILE_INVOKED,
473 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN, token->location, token->text);
502 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_ELSE_WITHOUT_IF,
517 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_ELSE_AFTER_ELSE,
531 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_UNEXPECTED_TOKEN,
543 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_ELIF_WITHOUT_IF,
558 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_ELIF_AFTER_ELSE,
583 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_ENDIF_WITHOUT_IF,
595 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_UNEXPECTED_TOKEN,
668 mDiagnostics->report(Diagnostics::PP_UNRECOGNIZED_PRAGMA, token->location, name);
699 mDiagnostics->report(Diagnostics::PP_INVALID_EXTENSION_NAME, token->location,
709 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN, token->location,
717 mDiagnostics->report(Diagnostics::PP_INVALID_EXTENSION_BEHAVIOR,
727 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN, token->location,
737 mDiagnostics->report(Diagnostics::PP_INVALID_EXTENSION_DIRECTIVE, token->location,
745 mDiagnostics->report(Diagnostics::PP_NON_PP_TOKEN_BEFORE_EXTENSION_ESSL3,
751 mDiagnostics->report(Diagnostics::PP_NON_PP_TOKEN_BEFORE_EXTENSION_ESSL1,
765 mDiagnostics->report(Diagnostics::PP_VERSION_NOT_FIRST_STATEMENT, token->location,
790 mDiagnostics->report(Diagnostics::PP_INVALID_VERSION_NUMBER,
796 mDiagnostics->report(Diagnostics::PP_INTEGER_OVERFLOW,
808 mDiagnostics->report(Diagnostics::PP_INVALID_VERSION_DIRECTIVE,
815 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN,
826 mDiagnostics->report(Diagnostics::PP_INVALID_VERSION_DIRECTIVE,
833 mDiagnostics->report(Diagnostics::PP_VERSION_NOT_FIRST_LINE_ESSL3, token->location,
854 MacroExpander macroExpander(mTokenizer, mMacroSet, mDiagnostics, false, mMaxMacroExpansionDepth);
861 mDiagnostics->report(Diagnostics::PP_INVALID_LINE_DIRECTIVE, token->location, token->text);
866 ExpressionParser expressionParser(&macroExpander, mDiagnostics);
892 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN,
962 DefinedParser definedParser(mTokenizer, mMacroSet, mDiagnostics);
963 MacroExpander macroExpander(&definedParser, mMacroSet, mDiagnostics, true, mMaxMacroExpansionDepth);
964 ExpressionParser expressionParser(&macroExpander, mDiagnostics);
977 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_UNEXPECTED_TOKEN,
993 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN,
1006 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_UNEXPECTED_TOKEN,