Searched refs:Consteval (Results 1 – 9 of 9) sorted by relevance
32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
606 case ConstexprSpecKind::Consteval: in getSpecifierName()1380 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
7751 case ConstexprSpecKind::Consteval: in ActOnVariableDeclarator()9879 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()9889 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()
7634 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
7162 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
1243 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec, in addConstevalToLambdaDeclSpecifier()
4002 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, in ParseDeclarationSpecifiers()
2380 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()
872 Consteval Specific Fixes: