Lines Matching refs:ConstexprKind
9094 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl() local
9095 if (ConstexprKind == ConstexprSpecKind::Constinit) { in CreateNewFunctionDecl()
9098 << static_cast<int>(ConstexprKind); in CreateNewFunctionDecl()
9099 ConstexprKind = ConstexprSpecKind::Unspecified; in CreateNewFunctionDecl()
9122 isInline, /*isImplicitlyDeclared=*/false, ConstexprKind, in CreateNewFunctionDecl()
9133 /*isImplicitlyDeclared=*/false, ConstexprKind, in CreateNewFunctionDecl()
9158 /*hasPrototype=*/true, ConstexprKind, TrailingRequiresClause); in CreateNewFunctionDecl()
9176 ExplicitSpecifier, ConstexprKind, SourceLocation(), in CreateNewFunctionDecl()
9206 ConstexprKind, SourceLocation(), TrailingRequiresClause); in CreateNewFunctionDecl()
9221 true /*HasPrototype*/, ConstexprKind, TrailingRequiresClause); in CreateNewFunctionDecl()
9868 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator() local
9869 if (ConstexprKind != ConstexprSpecKind::Unspecified) { in ActOnFunctionDeclarator()
9879 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()
9881 << static_cast<int>(ConstexprKind); in ActOnFunctionDeclarator()
9889 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()