// MemberFunc [ isDestructor() ]
1 class C { 2 ~C() {} 3 };
Use the isDestructor() predicate to check if an AST node declares a destructor.