Searched refs:Consteval (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 35 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
|
| H A D | BuiltinsBase.td | 83 def Consteval : Attribute<"EG">;
|
| H A D | Builtins.td | 969 let Attributes = [NoThrow, CustomTypeChecking, Consteval];
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 625 case ConstexprSpecKind::Consteval: in getSpecifierName() 1435 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
|
| H A D | SemaDecl.cpp | 2319 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 D | SemaDeclCXX.cpp | 7930 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
|
| H A D | SemaOpenMP.cpp | 7046 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 1175 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec, in addConstevalToLambdaDeclSpecifier()
|
| H A D | ParseDecl.cpp | 4238 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, in ParseDeclarationSpecifiers()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 2462 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()
|