Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1472 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp3915 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()
3947 case ConditionKind::ConstexprIf: in CheckConditionVariable()
H A DSemaExpr.cpp20035 case ConditionKind::ConstexprIf: in ActOnCondition()
20055 CK == ConditionKind::ConstexprIf); in ActOnCondition()
H A DTreeTransform.h7479 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h12451 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator