How do I find the superclasses of a RecordType/RecordDecl in the Clang AST?
I want to iterate over all of the fields of a class, including its superclass. I doubt th