Searched refs:hasConstexprDestructor (Results 1 – 5 of 5) sorted by relevance
1306 bool hasConstexprDestructor() const;1400 return (LangOpts.CPlusPlus20 ? hasConstexprDestructor() in isLiteral()
545 if (!Subobj->hasConstexprDestructor()) in addedClassSubobject()556 bool CXXRecordDecl::hasConstexprDestructor() const { in hasConstexprDestructor() function in CXXRecordDecl
1977 FLAG(hasConstexprDestructor, constexpr); in VisitCXXRecordDecl()
1658 if (!RD || RD->hasConstexprDestructor()) in CheckConstexprDestructorSubobjects()7089 return ClassDecl->hasConstexprDestructor(); in specialMemberIsConstexpr()
8803 } else if (getLangOpts().CPlusPlus20 ? !RD->hasConstexprDestructor() in RequireLiteralType()