Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1496 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp3985 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()
4017 case ConditionKind::ConstexprIf: in CheckConditionVariable()
H A DSemaExpr.cpp20414 case ConditionKind::ConstexprIf: in ActOnCondition()
20434 CK == ConditionKind::ConstexprIf); in ActOnCondition()
H A DTreeTransform.h7590 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12824 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator