Searched refs:setConstexprKind (Results 1 – 7 of 7) sorted by relevance
1003 Method->setConstexprKind(ConstexprKind); in CompleteLambdaCallOperator()1335 LSI->CallOperator->setConstexprKind(DS.getConstexprSpecifier()); in ActOnStartOfLambdaDefinition()2183 CallOperator->setConstexprKind( in BuildLambdaExpr()
10153 NewFD->setConstexprKind(getLangOpts().CPlusPlus20 in ActOnFunctionDeclarator()10168 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()12320 FD->setConstexprKind(ConstexprSpecKind::Unspecified); in CheckMain()
7868 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()9112 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
9750 Specialization->setConstexprKind(FD->getConstexprKind()); in CheckFunctionTemplateSpecialization()
2201 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()
2410 void setConstexprKind(ConstexprSpecKind CSK) { in setConstexprKind() function
1094 FD->setConstexprKind( in VisitFunctionDecl()