Searched refs:convertCompoundConstructor (Results 1 – 2 of 2) sorted by relevance
134 std::unique_ptr<Expression> convertCompoundConstructor(
1276 std::unique_ptr<Expression> IRGenerator::convertCompoundConstructor( in convertCompoundConstructor() function in SkSL::IRGenerator1348 return this->convertCompoundConstructor(position, type, std::move(args)); in convertConstructor()