/* * Copyright 2021 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "src/sksl/ir/SkSLExpression.h" #include "src/sksl/SkSLBuiltinTypes.h" #include "src/sksl/SkSLContext.h" #include "src/sksl/SkSLDefines.h" #include "src/sksl/SkSLErrorReporter.h" #include "src/sksl/SkSLOperator.h" namespace SkSL { std::string Expression::description() const { … } bool Expression::isIncomplete(const Context& context) const { … } ExpressionArray ExpressionArray::clone() const { … } } // namespace SkSL