Searched refs:compositeCtor (Results 1 – 1 of 1) sorted by relevance
68 ConstructorCompound& compositeCtor = arg->as<ConstructorCompound>(); in Make() local69 for (std::unique_ptr<Expression>& innerArg : compositeCtor.arguments()) { in Make()