Searched defs:newExprNode (Results 1 – 3 of 3) sorted by relevance
729 …auto *newExprNode = AllocNode<ir::ETSNewClassInstanceExpression>(typeReference, std::move(argument… in ParseNewExpression() local
803 auto *newExprNode = AllocNode<ir::NewExpression>(callee, std::move(arguments)); in ParseNewExpression() local829 auto *newExprNode = AllocNode<ir::NewExpression>(callee, std::move(arguments)); in ParseNewExpression() local
937 … auto *newExprNode = AllocNode<ir::NewExpression>(callee, typeParamInst, std::move(arguments)); in ParseNewExpression() local966 auto *newExprNode = AllocNode<ir::NewExpression>(callee, typeParamInst, std::move(arguments)); in ParseNewExpression() local