Searched defs:newExprNode (Results 1 – 3 of 3) sorted by relevance
677 auto *newExprNode = in ParseNewExpression() local
783 auto *newExprNode = AllocNode<ir::NewExpression>(callee, std::move(arguments)); in ParseNewExpression() local812 auto *newExprNode = AllocNode<ir::NewExpression>(callee, std::move(arguments)); in ParseNewExpression() local
956 … auto *newExprNode = AllocNode<ir::NewExpression>(callee, typeParamInst, std::move(arguments)); in ParseNewExpression() local985 auto *newExprNode = AllocNode<ir::NewExpression>(callee, typeParamInst, std::move(arguments)); in ParseNewExpression() local