Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2194 func_decl->setConstexprKind(isConstexprSpecified in CreateFunctionDeclaration()
7734 cxx_dtor_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7746 cxx_ctor_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7772 cxx_method_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7785 cxx_conversion_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7798 cxx_method_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp1964 CallOperator->setConstexprKind( in BuildLambdaExpr()
H A DSemaDecl.cpp9882 NewFD->setConstexprKind(getLangOpts().CPlusPlus20 in ActOnFunctionDeclarator()
9897 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
11974 FD->setConstexprKind(ConstexprSpecKind::Unspecified); in CheckMain()
H A DSemaDeclCXX.cpp7633 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
8826 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
H A DSemaTemplate.cpp9453 Specialization->setConstexprKind(FD->getConstexprKind()); in CheckFunctionTemplateSpecialization()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2370 void setConstexprKind(ConstexprSpecKind CSK) { in setConstexprKind() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1057 FD->setConstexprKind(static_cast<ConstexprSpecKind>(Record.readInt())); in VisitFunctionDecl()