enum class IfStatementKind

Description

In an if statement, this denotes whether the the statement is a constexpr or consteval if statement.

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

Enumerators

NameValueComment
Ordinary0
Constexpr1
ConstevalNonNegated2
ConstevalNegated3