Searched refs:Consteval (Results 1 – 9 of 9) sorted by relevance
35 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
74 def Consteval : Attribute<"EG">;
622 case ConstexprSpecKind::Consteval: in getSpecifierName()1427 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
2301 ConstexprKind = ConstexprSpecKind::Consteval; in CreateBuiltin()7740 case ConstexprSpecKind::Consteval: in ActOnVariableDeclarator()9990 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()10000 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()
7762 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
7098 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
2408 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()
1318 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec, in addConstevalToLambdaDeclSpecifier()
4445 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, in ParseDeclarationSpecifiers()