Searched refs:Consteval (Results 1 – 8 of 8) sorted by relevance
35 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
618 case ConstexprSpecKind::Consteval: in getSpecifierName()1393 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
7914 case ConstexprSpecKind::Consteval: in ActOnVariableDeclarator()10150 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()10160 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()
7869 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
7313 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
2420 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()
1244 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec, in addConstevalToLambdaDeclSpecifier()
4180 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, in ParseDeclarationSpecifiers()