Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1382 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3869 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()
3901 case ConditionKind::ConstexprIf: in CheckConditionVariable()
H A DSemaExpr.cpp19107 case ConditionKind::ConstexprIf: in ActOnCondition()
19127 CK == ConditionKind::ConstexprIf); in ActOnCondition()
H A DTreeTransform.h7377 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11933 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator