Lines Matching refs:reason
24 const char* reason, const char* token,
30 sink << "'" << token << "' : " << reason << " " << extraInfo << "\n";
206 const char* reason, const char* token,
214 ReportInfo(infoSink.info, EPrefixError, loc, reason, token, extraInfo);
221 const char* reason, const char* token,
228 ReportInfo(infoSink.info, EPrefixWarning, loc, reason, token, extraInfo);
620 bool TParseContext::samplerErrorCheck(int line, const TPublicType& pType, const char* reason)
624 error(line, reason, getBasicString(pType.type), "(structure contains a sampler)");
631 error(line, reason, getBasicString(pType.type), "");