Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1147 IsConstexpr ? Sema::ConditionKind::ConstexprIf in ParseIfStatement()
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1374 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/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp3783 CK == ConditionKind::ConstexprIf); in ActOnConditionVariable()
3815 case ConditionKind::ConstexprIf: in CheckConditionVariable()
DSemaExpr.cpp18685 case ConditionKind::ConstexprIf: in ActOnCondition()
18705 CK == ConditionKind::ConstexprIf); in ActOnCondition()
DTreeTransform.h7263 S->isConstexpr() ? Sema::ConditionKind::ConstexprIf in TransformIfStmt()
/external/clang/include/clang/Sema/
DSema.h9007 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator
/external/llvm-project/clang/include/clang/Sema/
DSema.h11626 ConstexprIf, ///< A constant boolean condition from 'if constexpr'. enumerator