Home
last modified time | relevance | path

Searched refs:cloneArguments (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLConstructorCompound.h40 return std::make_unique<ConstructorCompound>(fLine, this->type(), this->cloneArguments()); in clone()
DSkSLConstructorArray.h39 return std::make_unique<ConstructorArray>(fLine, this->type(), this->cloneArguments()); in clone()
DSkSLConstructorStruct.h39 return std::make_unique<ConstructorStruct>(fLine, this->type(), this->cloneArguments()); in clone()
DSkSLConstructor.h130 ExpressionArray cloneArguments() const { in cloneArguments() function