Searched refs:defaultedDestructorIsConstexpr (Results 1 – 3 of 3) sorted by relevance
1325 bool defaultedDestructorIsConstexpr() const { in defaultedDestructorIsConstexpr() function
563 return Dtor ? Dtor->isConstexpr() : defaultedDestructorIsConstexpr(); in hasConstexprDestructor()
1833 if (!Dtor->getParent()->defaultedDestructorIsConstexpr()) { in CheckConstexprFunctionDefinition()7297 return ClassDecl->defaultedDestructorIsConstexpr(); in defaultedSpecialMemberIsConstexpr()