Home
last modified time | relevance | path

Searched refs:CheckConstexprKind (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp1633 static bool CheckLiteralType(Sema &SemaRef, Sema::CheckConstexprKind Kind, in CheckLiteralType()
1640 case Sema::CheckConstexprKind::Diagnose: in CheckLiteralType()
1644 case Sema::CheckConstexprKind::CheckValid: in CheckLiteralType()
1654 Sema::CheckConstexprKind Kind) { in CheckConstexprDestructorSubobjects()
1661 if (Kind == Sema::CheckConstexprKind::Diagnose) { in CheckConstexprDestructorSubobjects()
1685 Sema::CheckConstexprKind Kind) { in CheckConstexprParameterTypes()
1705 Sema::CheckConstexprKind Kind) { in CheckConstexprReturnType()
1729 Sema::CheckConstexprKind Kind);
1738 CheckConstexprKind Kind) { in CheckConstexprFunctionDefinition()
1750 if (Kind == CheckConstexprKind::CheckValid) in CheckConstexprFunctionDefinition()
[all …]
H A DSemaLambda.cpp1918 CheckConstexprKind::CheckValid) in BuildLambdaExpr()
H A DSemaDecl.cpp14724 !CheckConstexprFunctionDefinition(FD, CheckConstexprKind::Diagnose)) in ActOnFinishFunctionBody()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2674 enum class CheckConstexprKind { enum
2683 CheckConstexprKind Kind);