Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h35 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
H A DBuiltinsBase.td74 def Consteval : Attribute<"EG">;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp622 case ConstexprSpecKind::Consteval: in getSpecifierName()
1427 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
H A DSemaDecl.cpp2301 ConstexprKind = ConstexprSpecKind::Consteval; in CreateBuiltin()
7740 case ConstexprSpecKind::Consteval: in ActOnVariableDeclarator()
9990 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()
10000 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp7762 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
H A DSemaOpenMP.cpp7098 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2408 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1318 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec, in addConstevalToLambdaDeclSpecifier()
H A DParseDecl.cpp4445 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, in ParseDeclarationSpecifiers()