Lines Matching defs:arguments
335 argList(childCall.arguments()));
341 argList(ctor.arguments()));
353 argList(ctor.arguments()));
389 argList(ctor.arguments()));
394 argList(externalCall.arguments()));
408 argList(funcCall.arguments()));
626 ExpressionArray& arguments = call->arguments();
635 arguments.size() + // Function argument temp-vars
657 // Create variables in the extra statements to hold the arguments, and assign the arguments to
660 for (int i = 0; i < arguments.count(); ++i) {
662 Expression* arg = arguments[i].get();
680 std::move(arguments[i]));
970 for (std::unique_ptr<Expression>& arg : childCallExpr.arguments()) {
992 for (std::unique_ptr<Expression>& arg : funcCallExpr.arguments()) {
999 for (std::unique_ptr<Expression>& arg : funcCallExpr.arguments()) {