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.cpp1797 static bool CheckLiteralType(Sema &SemaRef, Sema::CheckConstexprKind Kind, in CheckLiteralType()
1804 case Sema::CheckConstexprKind::Diagnose: in CheckLiteralType()
1808 case Sema::CheckConstexprKind::CheckValid: in CheckLiteralType()
1818 Sema::CheckConstexprKind Kind) { in CheckConstexprDestructorSubobjects()
1827 if (Kind == Sema::CheckConstexprKind::Diagnose) { in CheckConstexprDestructorSubobjects()
1851 Sema::CheckConstexprKind Kind) { in CheckConstexprParameterTypes()
1874 Sema::CheckConstexprKind Kind) { in CheckConstexprReturnType()
1903 Sema::CheckConstexprKind Kind);
1907 CheckConstexprKind Kind) { in CheckConstexprFunctionDefinition()
1919 if (Kind == CheckConstexprKind::CheckValid) in CheckConstexprFunctionDefinition()
[all …]
H A DSemaLambda.cpp2301 CheckConstexprKind::CheckValid) in BuildLambdaExpr()
H A DSemaDecl.cpp16640 !CheckConstexprFunctionDefinition(FD, CheckConstexprKind::Diagnose)) in ActOnFinishFunctionBody()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6367 enum class CheckConstexprKind { enum
6382 CheckConstexprKind Kind);