Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp1092 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec()
1093 return BadSpecifier(ConstexprKind, getConstexprSpecifier(), PrevSpec, in SetConstexprSpec()
1361 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()
1363 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
1365 else if (getConstexprSpecifier() == ConstexprSpecKind::Constinit) in Finish()
DSemaLambda.cpp981 ParamInfo.getDeclSpec().getConstexprSpecifier(), in ActOnStartOfLambdaDefinition()
DSemaDecl.cpp4602 << static_cast<int>(DS.getConstexprSpecifier()); in ParsedFreeStandingDeclSpec()
4605 << static_cast<int>(DS.getConstexprSpecifier()); in ParsedFreeStandingDeclSpec()
6110 << 1 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnTypedefDeclarator()
7155 switch (D.getDeclSpec().getConstexprSpecifier()) { in ActOnVariableDeclarator()
7162 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnVariableDeclarator()
8447 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl()
9131 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator()
13557 << 0 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier()); in ActOnParamDeclarator()
DSemaType.cpp5564 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
DSemaOpenMP.cpp5911 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
5913 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
DSemaDeclCXX.cpp773 DeclSpec::getSpecifierName(DS.getConstexprSpecifier())); in ActOnDecompositionDeclarator()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h754 ConstexprSpecKind getConstexprSpecifier() const { in getConstexprSpecifier() function
760 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp2463 << static_cast<int>(DS.getConstexprSpecifier()); in ParseSpecifierQualifierList()