Searched refs:ConstexprIf (Results 1 – 5 of 5) sorted by relevance
1147 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
3072 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()3107 case ConditionKind::ConstexprIf: in CheckConditionVariable()
14414 case ConditionKind::ConstexprIf: in ActOnCondition()14431 CK == ConditionKind::ConstexprIf); in ActOnCondition()
6277 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
9007 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator