Searched refs:hasConstexprDestructor (Results 1 – 5 of 5) sorted by relevance
550 if (!Subobj->hasConstexprDestructor()) in addedClassSubobject()561 bool CXXRecordDecl::hasConstexprDestructor() const { in hasConstexprDestructor() function in CXXRecordDecl1388 if (!(LangOpts.CPlusPlus20 ? hasConstexprDestructor() in isLiteral()
2295 FLAG(hasConstexprDestructor, constexpr); in VisitCXXRecordDecl()
1362 bool hasConstexprDestructor() const;
1721 if (!RD || RD->hasConstexprDestructor()) in CheckConstexprDestructorSubobjects()7452 return ClassDecl->hasConstexprDestructor(); in specialMemberIsConstexpr()
9660 } else if (getLangOpts().CPlusPlus20 ? !RD->hasConstexprDestructor() in RequireLiteralType()