Searched refs:ConstexprIf (Results 1 – 5 of 5) sorted by relevance
1496 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
3985 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()4017 case ConditionKind::ConstexprIf: in CheckConditionVariable()
20414 case ConditionKind::ConstexprIf: in ActOnCondition()20434 CK == ConditionKind::ConstexprIf); in ActOnCondition()
7590 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
12824 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator