Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2048 func_decl->setConstexprKind(isConstexprSpecified in CreateFunctionDeclaration()
7437 cxx_dtor_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7449 cxx_ctor_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7475 cxx_method_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7488 cxx_conversion_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7501 cxx_method_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp1913 CallOperator->setConstexprKind( in BuildLambdaExpr()
DSemaDecl.cpp9145 NewFD->setConstexprKind(getLangOpts().CPlusPlus20 in ActOnFunctionDeclarator()
9160 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
11019 FD->setConstexprKind(ConstexprSpecKind::Unspecified); in CheckMain()
DSemaDeclCXX.cpp7382 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
8477 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
DSemaTemplate.cpp9102 Specialization->setConstexprKind(FD->getConstexprKind()); in CheckFunctionTemplateSpecialization()
/external/llvm-project/clang/include/clang/AST/
DDecl.h2235 void setConstexprKind(ConstexprSpecKind CSK) { in setConstexprKind() function
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp883 FD->setConstexprKind(static_cast<ConstexprSpecKind>(Record.readInt())); in VisitFunctionDecl()