enum class ConstexprSpecKind

Description

Define the kind of constexpr specifier.

Declared at: clang/include/clang/Basic/Specifiers.h:32

Enumerators

NameValueComment
Unspecified0
Constexpr1
Consteval2
Constinit3