Lines Matching refs:ConstexprKind
8567 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl() local
8568 if (ConstexprKind == ConstexprSpecKind::Constinit) { in CreateNewFunctionDecl()
8571 << static_cast<int>(ConstexprKind); in CreateNewFunctionDecl()
8572 ConstexprKind = ConstexprSpecKind::Unspecified; in CreateNewFunctionDecl()
8595 /*isImplicitlyDeclared=*/false, ConstexprKind, InheritedConstructor(), in CreateNewFunctionDecl()
8605 isInline, /*isImplicitlyDeclared=*/false, ConstexprKind, in CreateNewFunctionDecl()
8626 /*hasPrototype=*/true, ConstexprKind, in CreateNewFunctionDecl()
8644 TInfo, isInline, ExplicitSpecifier, ConstexprKind, SourceLocation(), in CreateNewFunctionDecl()
8673 TInfo, SC, isInline, ConstexprKind, SourceLocation(), in CreateNewFunctionDecl()
8688 ConstexprKind, TrailingRequiresClause); in CreateNewFunctionDecl()
9277 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator() local
9278 if (ConstexprKind != ConstexprSpecKind::Unspecified) { in ActOnFunctionDeclarator()
9288 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()
9290 << static_cast<int>(ConstexprKind); in ActOnFunctionDeclarator()
9298 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()