Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp595 case ConstexprSpecKind::Consteval: in getSpecifierName()
1363 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
DSemaDecl.cpp7159 case ConstexprSpecKind::Consteval: in ActOnVariableDeclarator()
9142 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()
9152 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()
DSemaDeclCXX.cpp7383 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
DSemaOpenMP.cpp5913 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/external/llvm-project/clang/include/clang/AST/
DDecl.h2245 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()
/external/llvm-project/clang/lib/Parse/
DParseExprCXX.cpp1223 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec, in addConstevalToLambdaDeclSpecifier()
DParseDecl.cpp3709 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, in ParseDeclarationSpecifiers()