Searched refs:hasConstexprDestructor (Results 1 – 5 of 5) sorted by relevance
559 if (!Subobj->hasConstexprDestructor()) in addedClassSubobject()607 bool CXXRecordDecl::hasConstexprDestructor() const { in hasConstexprDestructor() function in CXXRecordDecl1515 if (!(LangOpts.CPlusPlus20 ? hasConstexprDestructor() in isLiteral()
2708 FLAG(hasConstexprDestructor, constexpr); in VisitCXXRecordDecl()
1371 bool hasConstexprDestructor() const;
1824 if (!RD || RD->hasConstexprDestructor()) in CheckConstexprDestructorSubobjects()7168 if (!RD->hasConstexprDestructor()) in CheckCompletedCXXClass()7489 return ClassDecl->hasConstexprDestructor(); in specialMemberIsConstexpr()
9600 } else if (getLangOpts().CPlusPlus20 ? !RD->hasConstexprDestructor() in RequireLiteralType()