#include "src/sksl/ir/SkSLConstructorArray.h"
#include "include/core/SkTypes.h"
#include "src/sksl/SkSLContext.h"
#include "src/sksl/SkSLErrorReporter.h"
#include "src/sksl/SkSLProgramSettings.h"
#include "src/sksl/SkSLString.h"
#include "src/sksl/ir/SkSLConstructorArrayCast.h"
#include "src/sksl/ir/SkSLType.h"
#include <algorithm>
#include <string>
namespace SkSL {
std::unique_ptr<Expression> ConstructorArray::Convert(const Context& context,
Position pos,
const Type& type,
ExpressionArray args) { … }
std::unique_ptr<Expression> ConstructorArray::Make(const Context& context,
Position pos,
const Type& type,
ExpressionArray args) { … }
}