Searched refs:getConstexprSpecifier (Results 1 – 8 of 8) sorted by relevance
1095 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec()1096 return BadSpecifier(ConstexprKind, getConstexprSpecifier(), PrevSpec, in SetConstexprSpec()1371 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()1373 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()1375 else if (getConstexprSpecifier() == ConstexprSpecKind::Constinit) in Finish()
983 ParamInfo.getDeclSpec().getConstexprSpecifier(), in ActOnStartOfLambdaDefinition()
5029 << static_cast<int>(DS.getConstexprSpecifier()); in ParsedFreeStandingDeclSpec()5032 << static_cast<int>(DS.getConstexprSpecifier()); in ParsedFreeStandingDeclSpec()6577 << 1 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnTypedefDeclarator()7624 switch (D.getDeclSpec().getConstexprSpecifier()) { in ActOnVariableDeclarator()7631 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnVariableDeclarator()8956 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl()9717 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator()14242 << 0 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnParamDeclarator()
5740 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
7081 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()7083 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
771 DeclSpec::getSpecifierName(DS.getConstexprSpecifier())); in ActOnDecompositionDeclarator()
755 ConstexprSpecKind getConstexprSpecifier() const { in getConstexprSpecifier() function761 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier()
2608 << static_cast<int>(DS.getConstexprSpecifier()); in ParseSpecifierQualifierList()