Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp596 case ConstexprSpecKind::Consteval: in getSpecifierName()
1365 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
H A DSemaDecl.cpp7186 case ConstexprSpecKind::Consteval: in ActOnVariableDeclarator()
9229 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()
9239 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp7458 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
H A DSemaOpenMP.cpp6647 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2265 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp1227 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec, in addConstevalToLambdaDeclSpecifier()
H A DParseDecl.cpp3769 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, in ParseDeclarationSpecifiers()