Searched refs:setConstexprKind (Results 1 – 6 of 6) sorted by relevance
1916 CallOperator->setConstexprKind( in BuildLambdaExpr()
9232 NewFD->setConstexprKind(getLangOpts().CPlusPlus20 in ActOnFunctionDeclarator()9247 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()11094 FD->setConstexprKind(ConstexprSpecKind::Unspecified); in CheckMain()
7457 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()8556 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
9091 Specialization->setConstexprKind(FD->getConstexprKind()); in CheckFunctionTemplateSpecialization()
2255 void setConstexprKind(ConstexprSpecKind CSK) { in setConstexprKind() function
883 FD->setConstexprKind(static_cast<ConstexprSpecKind>(Record.readInt())); in VisitFunctionDecl()