Home
last modified time | relevance | path

Searched refs:Consteval (Results 1 – 10 of 10) 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.td83 def Consteval : Attribute<"EG">;
H A DBuiltins.td969 let Attributes = [NoThrow, CustomTypeChecking, Consteval];
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp625 case ConstexprSpecKind::Consteval: in getSpecifierName()
1435 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
H A DSemaDecl.cpp2319 ConstexprKind = ConstexprSpecKind::Consteval; in CreateBuiltin()
7922 case ConstexprSpecKind::Consteval: in ActOnVariableDeclarator()
10203 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()
10213 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp7930 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
H A DSemaOpenMP.cpp7046 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1175 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec, in addConstevalToLambdaDeclSpecifier()
H A DParseDecl.cpp4238 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, in ParseDeclarationSpecifiers()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2462 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()