Searched refs:ConstexprIf (Results 1 – 5 of 5) sorted by relevance
1377 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
3852 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()3884 case ConditionKind::ConstexprIf: in CheckConditionVariable()
18931 case ConditionKind::ConstexprIf: in ActOnCondition()18951 CK == ConditionKind::ConstexprIf); in ActOnCondition()
7354 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
11832 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator