Lines Matching refs:ConstexprKind
8956 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl() local
8957 if (ConstexprKind == ConstexprSpecKind::Constinit) { in CreateNewFunctionDecl()
8960 << static_cast<int>(ConstexprKind); in CreateNewFunctionDecl()
8961 ConstexprKind = ConstexprSpecKind::Unspecified; in CreateNewFunctionDecl()
8984 isInline, /*isImplicitlyDeclared=*/false, ConstexprKind, in CreateNewFunctionDecl()
8995 /*isImplicitlyDeclared=*/false, ConstexprKind, in CreateNewFunctionDecl()
9020 /*hasPrototype=*/true, ConstexprKind, TrailingRequiresClause); in CreateNewFunctionDecl()
9038 ExplicitSpecifier, ConstexprKind, SourceLocation(), in CreateNewFunctionDecl()
9068 ConstexprKind, SourceLocation(), TrailingRequiresClause); in CreateNewFunctionDecl()
9083 true /*HasPrototype*/, ConstexprKind, TrailingRequiresClause); in CreateNewFunctionDecl()
9717 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator() local
9718 if (ConstexprKind != ConstexprSpecKind::Unspecified) { in ActOnFunctionDeclarator()
9728 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()
9730 << static_cast<int>(ConstexprKind); in ActOnFunctionDeclarator()
9738 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()