Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7445 MD->isConstexpr() && !Constexpr && in CheckExplicitlyDefaultedSpecialMember()
7633 bool Constexpr = true; member
7644 Constexpr &= R.Constexpr; in add()
8547 !Info.Constexpr) { in CheckExplicitlyDefaultedComparison()
13239 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDefaultConstructor()
13352 bool Constexpr = in findInheritingConstructor() local
13518 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDestructor()
14156 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitCopyAssignment()
14490 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitMoveAssignment()
14871 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitCopyConstructor()
[all …]
H A DDeclSpec.cpp594 case ConstexprSpecKind::Constexpr: in getSpecifierName()
1363 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()
H A DSemaLambda.cpp1451 S.getLangOpts().CPlusPlus17 ? ConstexprSpecKind::Constexpr in addFunctionPointerConversion()
1923 ? ConstexprSpecKind::Constexpr in BuildLambdaExpr()
H A DSemaDecl.cpp7259 case ConstexprSpecKind::Constexpr: in ActOnVariableDeclarator()
9293 : ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
9306 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
H A DSemaType.cpp5638 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
H A DSemaOpenMP.cpp6660 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2288 return getConstexprKind() == ConstexprSpecKind::Constexpr; in isConstexprSpecified()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1213 DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, ConstexprLoc, PrevSpec, in addConstexprToLambdaDeclSpecifier()
H A DParseDecl.cpp3772 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, Loc, in ParseDeclarationSpecifiers()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2155 ? ConstexprSpecKind::Constexpr in CreateFunctionDeclaration()