Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp606 case ConstexprSpecKind::Consteval: in getSpecifierName()
1380 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval) in Finish()
H A DSemaDecl.cpp7751 case ConstexprSpecKind::Consteval: in ActOnVariableDeclarator()
9879 ConstexprKind == ConstexprSpecKind::Consteval)) { in ActOnFunctionDeclarator()
9889 if (ConstexprKind == ConstexprSpecKind::Consteval && in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp7634 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
H A DSemaOpenMP.cpp7162 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp1243 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec, in addConstevalToLambdaDeclSpecifier()
H A DParseDecl.cpp4002 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, in ParseDeclarationSpecifiers()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2380 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()
/openbsd/gnu/llvm/clang/docs/
H A DReleaseNotes.rst872 Consteval Specific Fixes: