Searched refs:ConstexprIf (Results 1 – 5 of 5) sorted by relevance
1382 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
3869 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()3901 case ConditionKind::ConstexprIf: in CheckConditionVariable()
19107 case ConditionKind::ConstexprIf: in ActOnCondition()19127 CK == ConditionKind::ConstexprIf); in ActOnCondition()
7377 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
11933 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator