// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details. #pragma once #include #include namespace hilti::detail::scope_builder { /** Implements the corresponding functionality for the default HILTI compiler plugin. */ void build(Builder* builder, ASTRoot* root); } // namespace hilti::detail::scope_builder