Lines Matching refs:ConstexprSpecKind
616 const char *DeclSpec::getSpecifierName(ConstexprSpecKind C) { in getSpecifierName()
618 case ConstexprSpecKind::Unspecified: in getSpecifierName()
620 case ConstexprSpecKind::Constexpr: in getSpecifierName()
622 case ConstexprSpecKind::Consteval: in getSpecifierName()
624 case ConstexprSpecKind::Constinit: in getSpecifierName()
1129 bool DeclSpec::SetConstexprSpec(ConstexprSpecKind ConstexprKind, in SetConstexprSpec()
1132 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec()
1385 getConstexprSpecifier() == ConstexprSpecKind::Constexpr) { in Finish()
1393 getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in Finish()
1425 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()
1427 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
1429 else if (getConstexprSpecifier() == ConstexprSpecKind::Constinit) in Finish()