Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1147 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
/external/clang/lib/Sema/
DSemaExprCXX.cpp3072 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()
3107 case ConditionKind::ConstexprIf: in CheckConditionVariable()
DSemaExpr.cpp14414 case ConditionKind::ConstexprIf: in ActOnCondition()
14431 CK == ConditionKind::ConstexprIf); in ActOnCondition()
DTreeTransform.h6277 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
/external/clang/include/clang/Sema/
DSema.h9007 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator