Searched refs:Constexpr (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | NameSearchContext.cpp | 81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 7445 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 D | DeclSpec.cpp | 594 case ConstexprSpecKind::Constexpr: in getSpecifierName() 1363 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()
|
| H A D | SemaLambda.cpp | 1451 S.getLangOpts().CPlusPlus17 ? ConstexprSpecKind::Constexpr in addFunctionPointerConversion() 1923 ? ConstexprSpecKind::Constexpr in BuildLambdaExpr()
|
| H A D | SemaDecl.cpp | 7259 case ConstexprSpecKind::Constexpr: in ActOnVariableDeclarator() 9293 : ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator() 9306 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
|
| H A D | SemaType.cpp | 5638 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
|
| H A D | SemaOpenMP.cpp | 6660 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 2288 return getConstexprKind() == ConstexprSpecKind::Constexpr; in isConstexprSpecified()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 1213 DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, ConstexprLoc, PrevSpec, in addConstexprToLambdaDeclSpecifier()
|
| H A D | ParseDecl.cpp | 3772 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, Loc, in ParseDeclarationSpecifiers()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2155 ? ConstexprSpecKind::Constexpr in CreateFunctionDeclaration()
|