Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1464 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
H A DParseExprCXX.cpp1938 /*ShouldEnter=*/CK == Sema::ConditionKind::ConstexprIf); in ParseCXXCondition()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp4373 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()
4403 case ConditionKind::ConstexprIf: in CheckConditionVariable()
H A DTreeTransform.h4569 /*ShouldEnter=*/Kind == Sema::ConditionKind::ConstexprIf); in TransformCondition()
8308 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
H A DSemaExpr.cpp20659 case ConditionKind::ConstexprIf: in ActOnCondition()
20680 CK == ConditionKind::ConstexprIf); in ActOnCondition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7780 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator