enum class Sema::ConditionKind
Declared at: clang/include/clang/Sema/Sema.h:12449
Enumerators
Name | Value | Comment |
---|---|---|
Boolean | 0 | A boolean condition, from 'if', 'while', 'for', or 'do'. |
ConstexprIf | 1 | A constant boolean condition from 'if constexpr'. |
Switch | 2 | An integral condition for a 'switch' statement. |