Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h35 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
41 Constexpr, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7841 Constexpr = true; in CheckExplicitlyDefaultedSpecialMember()
8046 bool Constexpr = true; member
8057 Constexpr &= R.Constexpr; in add()
9094 !Info.Constexpr) { in CheckExplicitlyDefaultedComparison()
13989 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDefaultConstructor()
14101 bool Constexpr = in findInheritingConstructor() local
14269 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDestructor()
14910 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitCopyAssignment()
15260 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitMoveAssignment()
15657 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitCopyConstructor()
[all …]
H A DDeclSpec.cpp616 case ConstexprSpecKind::Constexpr: in getSpecifierName()
1391 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()
H A DSemaLambda.cpp1696 S.getLangOpts().CPlusPlus17 ? ConstexprSpecKind::Constexpr in addFunctionPointerConversion()
2186 ? ConstexprSpecKind::Constexpr in BuildLambdaExpr()
H A DSemaStmt.cpp910 StatementKind == IfStatementKind::Constexpr) { in ActOnIfStmt()
H A DSemaDecl.cpp7920 case ConstexprSpecKind::Constexpr: in ActOnVariableDeclarator()
10155 : ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
10168 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
H A DSemaType.cpp5969 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
H A DSemaOpenMP.cpp7311 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1695 Kind = IfStatementKind::Constexpr; in ParseIfStatement()
H A DParseExprCXX.cpp1230 DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, ConstexprLoc, PrevSpec, in addConstexprToLambdaDeclSpecifier()
H A DParseDecl.cpp4176 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, Loc, in ParseDeclarationSpecifiers()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2330 return getStatementKind() == IfStatementKind::Constexpr; in isConstexpr()
H A DDecl.h2417 return getConstexprKind() == ConstexprSpecKind::Constexpr; in isConstexprSpecified()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2202 ? ConstexprSpecKind::Constexpr in CreateFunctionDeclaration()