Home
last modified time | relevance | path

Searched refs:Consteval (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp598 case ConstexprSpecKind::Consteval: in getSpecifierName()
1373 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
H A DSemaDecl.cpp7628 case ConstexprSpecKind::Consteval: in ActOnVariableDeclarator()
9728 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()
9738 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp7566 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
H A DSemaOpenMP.cpp7083 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp428 case ConstexprSpecKind::Consteval: in renderSpecifiers()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExprCXX.cpp1227 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec, in addConstevalToLambdaDeclSpecifier()
H A DParseDecl.cpp3924 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, in ParseDeclarationSpecifiers()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2323 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()