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