Lines Matching refs:isConsteval
1694 FD->isConsteval())) in CheckConstexprParameterTypes()
1706 FD->isConsteval())) in CheckConstexprReturnType()
1953 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprDeclStmt()
2183 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionStmt()
2342 << Dcl->isConsteval(); in CheckConstexprFunctionBody()
2394 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionBody()
6875 MD->isConsteval() ? diag::err_consteval_override in CheckCompletedCXXClass()
6878 return MD->isConsteval() != V->isConsteval(); in CheckCompletedCXXClass()
7552 Diag(MD->getBeginLoc(), MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7565 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
8727 << FD->isImplicit() << (int)DCK << FD->isConsteval(); in CheckExplicitlyDefaultedComparison()