#pragma once #include "cxx-clang-auto/cxx/include/cxx-clang-auto.hxx" #include "clang/AST/DeclCXX.h" namespace cxx_clang::clang::ast::decl::requires_expr_body_decl { CXX_AUTO_PRELUDE(RequiresExprBodyDecl, ::clang::RequiresExprBodyDecl) } // namespace cxx_clang::clang::ast::decl::requires_expr_body_decl namespace cxx_clang::clang::ast::decl::requires_expr_body_decl { [[nodiscard]] [[gnu::always_inline]] static inline auto as_ref_decl(Self const& This [[clang::lifetimebound]]) -> ::clang::Decl const& { return This; } [[nodiscard]] [[gnu::always_inline]] static inline auto as_pin_decl(Self& This [[clang::lifetimebound]]) -> ::clang::Decl& { return This; } [[nodiscard]] [[gnu::always_inline]] static inline auto as_ref_decl_context(Self const& This [[clang::lifetimebound]]) -> ::clang::DeclContext const& { return This; } [[nodiscard]] [[gnu::always_inline]] static inline auto as_pin_decl_context(Self& This [[clang::lifetimebound]]) -> ::clang::DeclContext& { return This; } } // namespace cxx_clang::clang::ast::decl::requires_expr_body_decl