Howdy! I have an ObjCIvarDecl and need its containing interface, an ObjCClassDecl. Any easy way to do this? (Of course, I've already gotten the ivar from the interface, but I prefer not to carry around the interface if I don't have to). Thanks, Emerson