Searched refs:Constinit (Results 1 – 4 of 4) sorted by relevance
32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
598 case ConstexprSpecKind::Constinit: in getSpecifierName()1367 else if (getConstexprSpecifier() == ConstexprSpecKind::Constinit) in Finish()
7204 case ConstexprSpecKind::Constinit: in ActOnVariableDeclarator()8509 if (ConstexprKind == ConstexprSpecKind::Constinit) { in CreateNewFunctionDecl()
3773 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constinit, Loc, in ParseDeclarationSpecifiers()