Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2160 func_decl->setConstexprKind(isConstexprSpecified in CreateFunctionDeclaration()
7659 cxx_dtor_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7671 cxx_ctor_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7697 cxx_method_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7710 cxx_conversion_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7723 cxx_method_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp1922 CallOperator->setConstexprKind( in BuildLambdaExpr()
H A DSemaDecl.cpp9731 NewFD->setConstexprKind(getLangOpts().CPlusPlus20 in ActOnFunctionDeclarator()
9746 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
11645 FD->setConstexprKind(ConstexprSpecKind::Unspecified); in CheckMain()
H A DSemaDeclCXX.cpp7565 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
8740 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
H A DSemaTemplate.cpp9193 Specialization->setConstexprKind(FD->getConstexprKind()); in CheckFunctionTemplateSpecialization()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2313 void setConstexprKind(ConstexprSpecKind CSK) { in setConstexprKind() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp927 FD->setConstexprKind(static_cast<ConstexprSpecKind>(Record.readInt())); in VisitFunctionDecl()