Searched refs:setConstexprKind (Results 1 – 7 of 7) sorted by relevance
1069 Method->setConstexprKind(ConstexprKind); in CompleteLambdaCallOperator()1420 LSI->CallOperator->setConstexprKind(DS.getConstexprSpecifier()); in ActOnStartOfLambdaDefinition()2299 CallOperator->setConstexprKind( in BuildLambdaExpr()
10206 NewFD->setConstexprKind(getLangOpts().CPlusPlus20 in ActOnFunctionDeclarator()10218 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()12440 FD->setConstexprKind(ConstexprSpecKind::Unspecified); in CheckMain()
7929 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()9187 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
9464 Specialization->setConstexprKind(FD->getConstexprKind()); in CheckFunctionTemplateSpecialization()
2172 func_decl->setConstexprKind(isConstexprSpecified in CreateFunctionDeclaration()7718 cxx_dtor_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()7730 cxx_ctor_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()7756 cxx_method_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()7770 cxx_conversion_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()7783 cxx_method_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
2452 void setConstexprKind(ConstexprSpecKind CSK) { in setConstexprKind() function
1062 FD->setConstexprKind( in VisitFunctionDecl()