Searched refs:CheckConstexprKind (Results 1 – 4 of 4) sorted by relevance
1677 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...]
2243 CheckConstexprKind::CheckValid) in BuildLambdaExpr()
16161 !CheckConstexprFunctionDefinition(FD, CheckConstexprKind::Diagnose)) in ActOnFinishFunctionBody()
5945 enum class CheckConstexprKind { enum5960 CheckConstexprKind Kind);