#pragma once #include "cxx-clang-auto/cxx/include/cxx-clang-auto.hxx" #include "clang/AST/DeclTemplate.h" namespace cxx_clang::clang::ast::decl::type_alias_template_decl { CXX_AUTO_PRELUDE(TypeAliasTemplateDecl, ::clang::TypeAliasTemplateDecl) } // namespace cxx_clang::clang::ast::decl::type_alias_template_decl namespace cxx_clang::clang::ast::decl::type_alias_template_decl { [[nodiscard]] [[gnu::always_inline]] static inline auto as_ref_redeclarable_template_decl(Self const& This [[clang::lifetimebound]]) -> ::clang::RedeclarableTemplateDecl const& { return This; } [[nodiscard]] [[gnu::always_inline]] static inline auto as_pin_redeclarable_template_decl(Self& This [[clang::lifetimebound]]) -> ::clang::RedeclarableTemplateDecl& { return This; } } // namespace cxx_clang::clang::ast::decl::type_alias_template_decl