Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1377 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp3852 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()
3884 case ConditionKind::ConstexprIf: in CheckConditionVariable()
H A DSemaExpr.cpp18931 case ConditionKind::ConstexprIf: in ActOnCondition()
18951 CK == ConditionKind::ConstexprIf); in ActOnCondition()
H A DTreeTransform.h7354 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11832 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator