Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.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()
H A DSemaLambda.cpp1393 LSI->CallOperator->setConstexprKind(DS.getConstexprSpecifier()); in ActOnStartOfLambdaDefinition()
1435 ParamInfo.getDeclSpec().getConstexprSpecifier(), in ActOnStartOfLambdaDefinition()
H A DSemaDecl.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()
H A DSemaType.cpp5546 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
H A DSemaOpenMP.cpp7096 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7098 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
H A DSemaDeclCXX.cpp789 DeclSpec::getSpecifierName(DS.getConstexprSpecifier())); in ActOnDecompositionDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h829 ConstexprSpecKind getConstexprSpecifier() const { in getConstexprSpecifier() function
835 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2962 << static_cast<int>(DS.getConstexprSpecifier()); in ParseSpecifierQualifierList()