Home
last modified time | relevance | path

Searched refs:getConstexprSpecifier (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp1132 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()
HDSemaLambda.cpp1393 LSI->CallOperator->setConstexprKind(DS.getConstexprSpecifier()); in ActOnStartOfLambdaDefinition()
1435 ParamInfo.getDeclSpec().getConstexprSpecifier(), in ActOnStartOfLambdaDefinition()
HDSemaDecl.cpp5053 << 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()
HDSemaType.cpp5546 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
HDSemaOpenMP.cpp7096 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7098 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
HDSemaDeclCXX.cpp789 DeclSpec::getSpecifierName(DS.getConstexprSpecifier())); in ActOnDecompositionDeclarator()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h829 ConstexprSpecKind getConstexprSpecifier() const { in getConstexprSpecifier() function
835 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp2962 << static_cast<int>(DS.getConstexprSpecifier()); in ParseSpecifierQualifierList()