Home
last modified time | relevance | path

Searched refs:Constexpr (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DNameSearchContext.cpp81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp7440 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, RD, CSM, in CheckExplicitlyDefaultedSpecialMember() local
7445 MD->isConstexpr() && !Constexpr && in CheckExplicitlyDefaultedSpecialMember()
7460 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7462 : ConstexprSpecKind::Constexpr) in CheckExplicitlyDefaultedSpecialMember()
7633 bool Constexpr = true; member
7644 Constexpr &= R.Constexpr; in add()
7822 R.Constexpr &= BestFD->isConstexpr(); in visitBinaryOperator()
8547 !Info.Constexpr) { in CheckExplicitlyDefaultedComparison()
8562 if (First && !FD->isConstexpr() && Info.Constexpr) in CheckExplicitlyDefaultedComparison()
8563 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
[all …]
DDeclSpec.cpp594 case ConstexprSpecKind::Constexpr: in getSpecifierName()
1363 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()
DSemaLambda.cpp1451 S.getLangOpts().CPlusPlus17 ? ConstexprSpecKind::Constexpr in addFunctionPointerConversion()
1923 ? ConstexprSpecKind::Constexpr in BuildLambdaExpr()
DSemaDecl.cpp7259 case ConstexprSpecKind::Constexpr: in ActOnVariableDeclarator()
9293 : ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
9306 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
DSemaType.cpp5638 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
DSemaOpenMP.cpp6660 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h2288 return getConstexprKind() == ConstexprSpecKind::Constexpr; in isConstexprSpecified()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseExprCXX.cpp1213 DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, ConstexprLoc, PrevSpec, in addConstexprToLambdaDeclSpecifier()
DParseDecl.cpp3772 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, Loc, in ParseDeclarationSpecifiers()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2155 ? ConstexprSpecKind::Constexpr in CreateFunctionDeclaration()