Searched refs:getConstexprSpecifier (Results 1 – 8 of 8) sorted by relevance
1092 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec()1093 return BadSpecifier(ConstexprKind, getConstexprSpecifier(), PrevSpec, in SetConstexprSpec()1361 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()1363 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()1365 else if (getConstexprSpecifier() == ConstexprSpecKind::Constinit) in Finish()
981 ParamInfo.getDeclSpec().getConstexprSpecifier(), in ActOnStartOfLambdaDefinition()
4602 << static_cast<int>(DS.getConstexprSpecifier()); in ParsedFreeStandingDeclSpec()4605 << static_cast<int>(DS.getConstexprSpecifier()); in ParsedFreeStandingDeclSpec()6110 << 1 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnTypedefDeclarator()7155 switch (D.getDeclSpec().getConstexprSpecifier()) { in ActOnVariableDeclarator()7162 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnVariableDeclarator()8447 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl()9131 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator()13557 << 0 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnParamDeclarator()
5564 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
5911 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()5913 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
773 DeclSpec::getSpecifierName(DS.getConstexprSpecifier())); in ActOnDecompositionDeclarator()
754 ConstexprSpecKind getConstexprSpecifier() const { in getConstexprSpecifier() function760 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier()
2463 << static_cast<int>(DS.getConstexprSpecifier()); in ParseSpecifierQualifierList()