Searched refs:ConstexprIf (Results 1 – 5 of 5) sorted by relevance
1546 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
4028 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()4060 case ConditionKind::ConstexprIf: in CheckConditionVariable()
21167 case ConditionKind::ConstexprIf: in ActOnCondition()21187 CK == ConditionKind::ConstexprIf); in ActOnCondition()
7731 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
13236 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator