Searched refs:ctorArg (Results 1 – 1 of 1) sorted by relevance
131 ExpressionArray ctorArg; in convert_compound_constructor() local132 ctorArg.push_back(std::move(arg)); in convert_compound_constructor()133 arg = Constructor::Convert(context, ctorLine, ctorType, std::move(ctorArg)); in convert_compound_constructor()