Lines Matching defs:line
62 int line,
69 array.push_back(Literal::Make(line, value[index], &returnType.componentType()));
71 return ConstructorCompound::Make(context, line, returnType, std::move(array));
95 int line = arg0->fLine;
130 return Literal::Make(line, value, &returnType);
856 int line,
862 line,
869 context.fErrors->error(line,
884 return std::make_unique<ExternalFunctionCall>(line, &f, std::move(arguments));
892 return FunctionCall::Convert(context, line, *best, std::move(arguments));
902 context.fErrors->error(line, msg);
913 return FunctionCall::Convert(context, line, *best, std::move(arguments));
924 context.fErrors->error(line, msg);
930 context.fErrors->error(line, "not a function");
936 int line,
941 context.fErrors->error(line, "call to '" + function.description() + "' is not supported");
953 context.fErrors->error(line, msg);
969 context.fErrors->error(line, msg);
996 return ChildCall::Make(context, line, returnType, child, std::move(arguments));
999 return Make(context, line, returnType, function, std::move(arguments));
1003 int line,
1020 return std::make_unique<FunctionCall>(line, returnType, &function, std::move(arguments));