Home
last modified time | relevance | path

Searched refs:setConstexprKind (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1003 Method->setConstexprKind(ConstexprKind); in CompleteLambdaCallOperator()
1335 LSI->CallOperator->setConstexprKind(DS.getConstexprSpecifier()); in ActOnStartOfLambdaDefinition()
2183 CallOperator->setConstexprKind( in BuildLambdaExpr()
H A DSemaDecl.cpp10153 NewFD->setConstexprKind(getLangOpts().CPlusPlus20 in ActOnFunctionDeclarator()
10168 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
12320 FD->setConstexprKind(ConstexprSpecKind::Unspecified); in CheckMain()
H A DSemaDeclCXX.cpp7868 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
9112 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
H A DSemaTemplate.cpp9750 Specialization->setConstexprKind(FD->getConstexprKind()); in CheckFunctionTemplateSpecialization()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2201 func_decl->setConstexprKind(isConstexprSpecified in CreateFunctionDeclaration()
7609 cxx_dtor_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7621 cxx_ctor_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7647 cxx_method_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7660 cxx_conversion_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7673 cxx_method_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2410 void setConstexprKind(ConstexprSpecKind CSK) { in setConstexprKind() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1094 FD->setConstexprKind( in VisitFunctionDecl()