// // Copyright 2002 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // #include "compiler/translator/tree_ops/SeparateDeclarations.h" #include <unordered_map> #include "compiler/translator/SymbolTable.h" #include "compiler/translator/IntermRebuild.h" #include "compiler/translator/util.h" namespace sh { namespace { class Separator final : private TIntermRebuild { … }; } // namespace bool SeparateDeclarations(TCompiler &compiler, TIntermBlock &root) { … } } // namespace sh