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
Name | Value | Comment |
---|---|---|
Ordinary | 0 | |
Constexpr | 1 | |
ConstevalNonNegated | 2 | |
ConstevalNegated | 3 |