Searched refs:ConstexprIf (Results 1 – 5 of 5) sorted by relevance
1188 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
3626 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()3661 case ConditionKind::ConstexprIf: in CheckConditionVariable()
16160 case ConditionKind::ConstexprIf: in ActOnCondition()16177 CK == ConditionKind::ConstexprIf); in ActOnCondition()
6676 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
9922 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator