Searched refs:Consteval (Results 1 – 8 of 8) sorted by relevance
32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
596 case ConstexprSpecKind::Consteval: in getSpecifierName()1365 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
7186 case ConstexprSpecKind::Consteval: in ActOnVariableDeclarator()9229 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()9239 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()
7458 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
6647 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
2265 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()
1227 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec, in addConstevalToLambdaDeclSpecifier()
3769 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, in ParseDeclarationSpecifiers()