Lines Matching refs:fErrors
235 IsAssignableVisitor(ErrorReporter* errors) : fErrors(errors) {}
238 int oldErrorCount = fErrors->errorCount();
243 return fErrors->errorCount() == oldErrorCount;
252 fErrors->error(expr.fLine,
278 fErrors->error(expr.fLine, "cannot assign to this expression");
290 fErrors->error(swizzle.fLine,
298 ErrorReporter* fErrors;
488 ES2IndexingVisitor(ErrorReporter& errors) : fErrors(errors) {}
508 fErrors.error(i.fLine, "index expression must be constant");
518 ErrorReporter& fErrors;
543 fContext.fErrors->error(pe.fLine, "global variable '" + decl.var().name() +
555 fContext.fErrors->error(stmt.fLine, "static if has non-static test");
561 fContext.fErrors->error(stmt.fLine,
578 fContext.fErrors->error(expr.fLine, "function '" + decl.description() +
588 fContext.fErrors->error(expr.fLine, "invalid expression");
592 fContext.fErrors->error(expr.fLine, "invalid expression");