Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h35 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
HDBuiltinsBase.td74 def Consteval : Attribute<"EG">;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp622 case ConstexprSpecKind::Consteval: in getSpecifierName()
1427 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
HDSemaDecl.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()
HDSemaDeclCXX.cpp7762 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
HDSemaOpenMP.cpp7098 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h2408 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseExprCXX.cpp1318 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec, in addConstevalToLambdaDeclSpecifier()
HDParseDecl.cpp4445 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, in ParseDeclarationSpecifiers()