Searched refs:hasConstexprDestructor (Results 1 – 5 of 5) sorted by relevance
1301 bool hasConstexprDestructor() const;1395 return (LangOpts.CPlusPlus20 ? hasConstexprDestructor() in isLiteral()
543 if (!Subobj->hasConstexprDestructor()) in addedClassSubobject()554 bool CXXRecordDecl::hasConstexprDestructor() const { in hasConstexprDestructor() function in CXXRecordDecl
1975 FLAG(hasConstexprDestructor, constexpr); in VisitCXXRecordDecl()
1641 if (!RD || RD->hasConstexprDestructor()) in CheckConstexprDestructorSubobjects()7014 return ClassDecl->hasConstexprDestructor(); in specialMemberIsConstexpr()
8843 } else if (getLangOpts().CPlusPlus20 ? !RD->hasConstexprDestructor() in RequireLiteralType()