Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp596 case ConstexprSpecKind::Consteval: in getSpecifierName()
1365 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
H A DSemaDecl.cpp7253 case ConstexprSpecKind::Consteval: in ActOnVariableDeclarator()
9288 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()
9298 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp7461 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
H A DSemaOpenMP.cpp6662 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2291 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1227 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec, in addConstevalToLambdaDeclSpecifier()
H A DParseDecl.cpp3776 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, in ParseDeclarationSpecifiers()