Searched defs:newExprNode (Results 1 – 3 of 3) sorted by relevance
676 auto *newExprNode = in ParseNewExpression() local
851 auto *newExprNode = AllocNode<ir::NewExpression>(callee, std::move(arguments)); in ParseNewExpression() local884 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