Searched refs:cloneArguments (Results 1 – 4 of 4) sorted by relevance
40 return std::make_unique<ConstructorCompound>(fLine, this->type(), this->cloneArguments()); in clone()
39 return std::make_unique<ConstructorArray>(fLine, this->type(), this->cloneArguments()); in clone()
39 return std::make_unique<ConstructorStruct>(fLine, this->type(), this->cloneArguments()); in clone()
130 ExpressionArray cloneArguments() const { in cloneArguments() function