Lines Matching refs:ConstexprKind
8508 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl() local
8509 if (ConstexprKind == ConstexprSpecKind::Constinit) { in CreateNewFunctionDecl()
8512 << static_cast<int>(ConstexprKind); in CreateNewFunctionDecl()
8513 ConstexprKind = ConstexprSpecKind::Unspecified; in CreateNewFunctionDecl()
8536 /*isImplicitlyDeclared=*/false, ConstexprKind, InheritedConstructor(), in CreateNewFunctionDecl()
8546 isInline, /*isImplicitlyDeclared=*/false, ConstexprKind, in CreateNewFunctionDecl()
8567 /*hasPrototype=*/true, ConstexprKind, in CreateNewFunctionDecl()
8585 TInfo, isInline, ExplicitSpecifier, ConstexprKind, SourceLocation(), in CreateNewFunctionDecl()
8614 TInfo, SC, isInline, ConstexprKind, SourceLocation(), in CreateNewFunctionDecl()
8629 ConstexprKind, TrailingRequiresClause); in CreateNewFunctionDecl()
9218 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator() local
9219 if (ConstexprKind != ConstexprSpecKind::Unspecified) { in ActOnFunctionDeclarator()
9229 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()
9231 << static_cast<int>(ConstexprKind); in ActOnFunctionDeclarator()
9239 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()