Searched refs:getConstexprSpecifier (Results 1 – 8 of 8) sorted by relevance
1135 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec()1136 return BadSpecifier(ConstexprKind, getConstexprSpecifier(), PrevSpec, in SetConstexprSpec()1389 getConstexprSpecifier() == ConstexprSpecKind::Constexpr) { in Finish()1397 getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in Finish()1433 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()1435 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()1437 else if (getConstexprSpecifier() == ConstexprSpecKind::Constinit) in Finish()
1420 LSI->CallOperator->setConstexprKind(DS.getConstexprSpecifier()); in ActOnStartOfLambdaDefinition()1462 ParamInfo.getDeclSpec().getConstexprSpecifier(), in ActOnStartOfLambdaDefinition()
5164 << static_cast<int>(DS.getConstexprSpecifier()); in ParsedFreeStandingDeclSpec()5169 << static_cast<int>(DS.getConstexprSpecifier()); in ParsedFreeStandingDeclSpec()6753 << 1 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnTypedefDeclarator()7918 switch (D.getDeclSpec().getConstexprSpecifier()) { in ActOnVariableDeclarator()7925 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnVariableDeclarator()9362 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl()10192 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator()15364 << 0 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnParamDeclarator()
5586 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
7044 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()7046 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
793 DeclSpec::getSpecifierName(DS.getConstexprSpecifier())); in ActOnDecompositionDeclarator()
831 ConstexprSpecKind getConstexprSpecifier() const { in getConstexprSpecifier() function837 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier()
2770 << static_cast<int>(DS.getConstexprSpecifier()); in ParseSpecifierQualifierList()