Searched refs:ConstexprIf (Results 1 – 5 of 5) sorted by relevance
1472 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
3915 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()3947 case ConditionKind::ConstexprIf: in CheckConditionVariable()
20035 case ConditionKind::ConstexprIf: in ActOnCondition()20055 CK == ConditionKind::ConstexprIf); in ActOnCondition()
7479 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
12451 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator