Lines Matching refs:isConsteval
1728 FD->isConsteval())) in CheckConstexprParameterTypes()
1740 FD->isConsteval())) in CheckConstexprReturnType()
1987 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprDeclStmt()
2217 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionStmt()
2376 << Dcl->isConsteval(); in CheckConstexprFunctionBody()
2428 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionBody()
6923 MD->isConsteval() ? diag::err_consteval_override in CheckCompletedCXXClass()
6926 return MD->isConsteval() != V->isConsteval(); in CheckCompletedCXXClass()
7620 Diag(MD->getBeginLoc(), MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7633 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
8813 << FD->isImplicit() << (int)DCK << FD->isConsteval(); in CheckExplicitlyDefaultedComparison()