Lines Matching refs:mDiagnostics
43 mDiagnostics(diagnostics), in TDirectiveHandler()
53 mDiagnostics.error(loc, msg.c_str(), ""); in handleError()
71 mDiagnostics.error( in handlePragma()
120 mDiagnostics.report(angle::pp::Diagnostics::PP_UNRECOGNIZED_PRAGMA, loc, name); in handlePragma()
126 mDiagnostics.error(loc, "invalid pragma value - 'on' or 'off' expected", value.c_str()); in handlePragma()
140 mDiagnostics.error(loc, "behavior invalid", name.c_str()); in handleExtension()
148 mDiagnostics.error(loc, "extension cannot have 'require' behavior", name.c_str()); in handleExtension()
152 mDiagnostics.error(loc, "extension cannot have 'enable' behavior", name.c_str()); in handleExtension()
194 mDiagnostics.error(loc, "extension can be enabled on greater than ESSL 300", in handleExtension()
212 mDiagnostics.error(loc, "extension is not supported", name.c_str()); in handleExtension()
217 mDiagnostics.warning(loc, "extension is not supported", name.c_str()); in handleExtension()
240 mDiagnostics.error(loc, "client/version number not supported", str.c_str()); in handleVersion()