Searched refs:getConstexprSpecifier (Results 1 – 8 of 8) sorted by relevance
1094 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec()1095 return BadSpecifier(ConstexprKind, getConstexprSpecifier(), PrevSpec, in SetConstexprSpec()1363 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()1365 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()1367 else if (getConstexprSpecifier() == ConstexprSpecKind::Constinit) in Finish()
984 ParamInfo.getDeclSpec().getConstexprSpecifier(), in ActOnStartOfLambdaDefinition()
4686 << static_cast<int>(DS.getConstexprSpecifier()); in ParsedFreeStandingDeclSpec()4689 << static_cast<int>(DS.getConstexprSpecifier()); in ParsedFreeStandingDeclSpec()6203 << 1 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnTypedefDeclarator()7249 switch (D.getDeclSpec().getConstexprSpecifier()) { in ActOnVariableDeclarator()7256 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnVariableDeclarator()8567 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl()9277 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator()13744 << 0 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnParamDeclarator()
5638 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
6660 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()6662 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
770 DeclSpec::getSpecifierName(DS.getConstexprSpecifier())); in ActOnDecompositionDeclarator()
754 ConstexprSpecKind getConstexprSpecifier() const { in getConstexprSpecifier() function760 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier()
2517 << static_cast<int>(DS.getConstexprSpecifier()); in ParseSpecifierQualifierList()