Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp1616 static bool CheckLiteralType(Sema &SemaRef, Sema::CheckConstexprKind Kind, in CheckLiteralType()
1623 case Sema::CheckConstexprKind::Diagnose: in CheckLiteralType()
1627 case Sema::CheckConstexprKind::CheckValid: in CheckLiteralType()
1637 Sema::CheckConstexprKind Kind) { in CheckConstexprDestructorSubobjects()
1644 if (Kind == Sema::CheckConstexprKind::Diagnose) { in CheckConstexprDestructorSubobjects()
1668 Sema::CheckConstexprKind Kind) { in CheckConstexprParameterTypes()
1688 Sema::CheckConstexprKind Kind) { in CheckConstexprReturnType()
1712 Sema::CheckConstexprKind Kind);
1721 CheckConstexprKind Kind) { in CheckConstexprFunctionDefinition()
1733 if (Kind == CheckConstexprKind::CheckValid) in CheckConstexprFunctionDefinition()
[all …]
DSemaLambda.cpp1915 CheckConstexprKind::CheckValid) in BuildLambdaExpr()
DSemaDecl.cpp14593 !CheckConstexprFunctionDefinition(FD, CheckConstexprKind::Diagnose)) in ActOnFinishFunctionBody()
/external/llvm-project/clang/include/clang/Sema/
DSema.h2540 enum class CheckConstexprKind { enum
2549 CheckConstexprKind Kind);