Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp1095 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()
H A DSemaLambda.cpp983 ParamInfo.getDeclSpec().getConstexprSpecifier(), in ActOnStartOfLambdaDefinition()
H A DSemaDecl.cpp5029 << 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()
H A DSemaType.cpp5740 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
H A DSemaOpenMP.cpp7081 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7083 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
H A DSemaDeclCXX.cpp771 DeclSpec::getSpecifierName(DS.getConstexprSpecifier())); in ActOnDecompositionDeclarator()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h755 ConstexprSpecKind getConstexprSpecifier() const { in getConstexprSpecifier() function
761 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp2608 << static_cast<int>(DS.getConstexprSpecifier()); in ParseSpecifierQualifierList()