Lines Matching defs:LogError
305 std::unique_ptr<ExprAST> LogError(const char *Str) {
311 LogError(Str);
332 return LogError("expected ')'");
362 return LogError("Expected ')' or ',' in argument list");
383 return LogError("expected then");
391 return LogError("expected else");
408 return LogError("expected identifier after for");
414 return LogError("expected '=' after for");
421 return LogError("expected ',' after for start value");
438 return LogError("expected 'in' after for");
458 return LogError("unknown token when expecting an expression");
651 LogError(Str);