Searched refs:getConstexprSpecifier (Results 1 – 8 of 8) sorted by relevance
1132 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec()1133 return BadSpecifier(ConstexprKind, getConstexprSpecifier(), PrevSpec, 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()
1393 LSI->CallOperator->setConstexprKind(DS.getConstexprSpecifier()); in ActOnStartOfLambdaDefinition()1435 ParamInfo.getDeclSpec().getConstexprSpecifier(), in ActOnStartOfLambdaDefinition()
5053 << static_cast<int>(DS.getConstexprSpecifier()); in ParsedFreeStandingDeclSpec()5058 << static_cast<int>(DS.getConstexprSpecifier()); in ParsedFreeStandingDeclSpec()6633 << 1 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnTypedefDeclarator()7736 switch (D.getDeclSpec().getConstexprSpecifier()) { in ActOnVariableDeclarator()7743 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnVariableDeclarator()9142 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl()9979 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator()14937 << 0 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnParamDeclarator()
5546 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
7096 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()7098 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
789 DeclSpec::getSpecifierName(DS.getConstexprSpecifier())); in ActOnDecompositionDeclarator()
829 ConstexprSpecKind getConstexprSpecifier() const { in getConstexprSpecifier() function835 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier()
2962 << static_cast<int>(DS.getConstexprSpecifier()); in ParseSpecifierQualifierList()