Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp1677 static bool CheckLiteralType(Sema &SemaRef, Sema::CheckConstexprKind Kind, in CheckLiteralType()
1684 case Sema::CheckConstexprKind::Diagnose: in CheckLiteralType()
1688 case Sema::CheckConstexprKind::CheckValid: in CheckLiteralType()
1692 llvm_unreachable("unknown CheckConstexprKind"); in CheckLiteralType()
1698 Sema::CheckConstexprKind Kind) { in CheckConstexprDestructorSubobjects()
1707 if (Kind == Sema::CheckConstexprKind::Diagnose) { in CheckConstexprDestructorSubobjects()
1731 Sema::CheckConstexprKind Kind) { in CheckConstexprParameterTypes()
1754 Sema::CheckConstexprKind Kind) { in CheckConstexprReturnType()
1783 Sema::CheckConstexprKind Kind);
1787 CheckConstexprKind Kin in CheckConstexprFunctionDefinition()
[all...]
H A DSemaLambda.cpp2243 CheckConstexprKind::CheckValid) in BuildLambdaExpr()
H A DSemaDecl.cpp16161 !CheckConstexprFunctionDefinition(FD, CheckConstexprKind::Diagnose)) in ActOnFinishFunctionBody()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5945 enum class CheckConstexprKind { enum
5960 CheckConstexprKind Kind);