Searched refs:Consteval (Results 1 – 9 of 9) sorted by relevance
32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
598 case ConstexprSpecKind::Consteval: in getSpecifierName()1373 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
7628 case ConstexprSpecKind::Consteval: in ActOnVariableDeclarator()9728 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()9738 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()
7566 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
7083 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
428 case ConstexprSpecKind::Consteval: in renderSpecifiers()
1227 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec, in addConstevalToLambdaDeclSpecifier()
3924 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, in ParseDeclarationSpecifiers()
2323 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()