Searched refs:Consteval (Results 1 – 8 of 8) sorted by relevance
32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
595 case ConstexprSpecKind::Consteval: in getSpecifierName()1363 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
7159 case ConstexprSpecKind::Consteval: in ActOnVariableDeclarator()9142 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()9152 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()
7383 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
5913 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
2245 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()
1223 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec, in addConstevalToLambdaDeclSpecifier()
3709 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, in ParseDeclarationSpecifiers()