Searched refs:ConstexprIf (Results 1 – 6 of 6) sorted by relevance
1464 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
1938 /*ShouldEnter=*/CK == Sema::ConditionKind::ConstexprIf); in ParseCXXCondition()
4373 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()4403 case ConditionKind::ConstexprIf: in CheckConditionVariable()
4569 /*ShouldEnter=*/Kind == Sema::ConditionKind::ConstexprIf); in TransformCondition()8308 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
20659 case ConditionKind::ConstexprIf: in ActOnCondition()20680 CK == ConditionKind::ConstexprIf); in ActOnCondition()
7780 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator