Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1045 Method->setConstexprKind(ConstexprKind); in CompleteLambdaCallOperator()
1393 LSI->CallOperator->setConstexprKind(DS.getConstexprSpecifier()); in ActOnStartOfLambdaDefinition()
2241 CallOperator->setConstexprKind( in BuildLambdaExpr()
H A DSemaDecl.cpp9993 NewFD->setConstexprKind(getLangOpts().CPlusPlus20 in ActOnFunctionDeclarator()
10008 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
12239 FD->setConstexprKind(ConstexprSpecKind::Unspecified); in CheckMain()
H A DSemaDeclCXX.cpp7761 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
9008 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
H A DSemaTemplate.cpp8968 Specialization->setConstexprKind(FD->getConstexprKind()); in CheckFunctionTemplateSpecialization()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2153 func_decl->setConstexprKind(isConstexprSpecified in CreateFunctionDeclaration()
7768 cxx_dtor_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7780 cxx_ctor_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7806 cxx_method_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7820 cxx_conversion_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7833 cxx_method_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2398 void setConstexprKind(ConstexprSpecKind CSK) { in setConstexprKind() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1079 FD->setConstexprKind( in VisitFunctionDecl()