Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp1103 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()
H A DSemaLambda.cpp1013 ParamInfo.getDeclSpec().getConstexprSpecifier(), in ActOnStartOfLambdaDefinition()
H A DSemaDecl.cpp5105 << 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()
H A DSemaType.cpp5818 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
H A DSemaOpenMP.cpp7160 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7162 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
H A DSemaDeclCXX.cpp790 DeclSpec::getSpecifierName(DS.getConstexprSpecifier())); in ActOnDecompositionDeclarator()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h777 ConstexprSpecKind getConstexprSpecifier() const { in getConstexprSpecifier() function
783 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp2626 << static_cast<int>(DS.getConstexprSpecifier()); in ParseSpecifierQualifierList()