Searched refs:getConstexprSpecifier (Results 1 – 8 of 8) sorted by relevance
1103 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec()1104 return BadSpecifier(ConstexprKind, getConstexprSpecifier(), PrevSpec, in SetConstexprSpec()1378 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()1380 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()1382 else if (getConstexprSpecifier() == ConstexprSpecKind::Constinit) in Finish()
1013 ParamInfo.getDeclSpec().getConstexprSpecifier(), in ActOnStartOfLambdaDefinition()
5105 << static_cast<int>(DS.getConstexprSpecifier()); in ParsedFreeStandingDeclSpec()5108 << static_cast<int>(DS.getConstexprSpecifier()); in ParsedFreeStandingDeclSpec()6656 << 1 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnTypedefDeclarator()7747 switch (D.getDeclSpec().getConstexprSpecifier()) { in ActOnVariableDeclarator()7754 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnVariableDeclarator()9094 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl()9868 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator()14632 << 0 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnParamDeclarator()
5818 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
7160 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()7162 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
790 DeclSpec::getSpecifierName(DS.getConstexprSpecifier())); in ActOnDecompositionDeclarator()
777 ConstexprSpecKind getConstexprSpecifier() const { in getConstexprSpecifier() function783 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier()
2626 << static_cast<int>(DS.getConstexprSpecifier()); in ParseSpecifierQualifierList()