Home
last modified time | relevance | path

Searched refs:ConstexprIf (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1546 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp4028 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()
4060 case ConditionKind::ConstexprIf: in CheckConditionVariable()
H A DSemaExpr.cpp21167 case ConditionKind::ConstexprIf: in ActOnCondition()
21187 CK == ConditionKind::ConstexprIf); in ActOnCondition()
H A DTreeTransform.h7731 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13236 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator