Would it make sense to define Declarator::isMember(), which checks `getContext() == MemberContext && DS.getStorageClassSpec() != DeclSpec::SCS_typedef && !DS.isFriendSpecified()` or something like that?
Also, should isStaticMember() check `DS.getStorageClassSpec() != DeclSpec::SCS_typedef && !DS.isFriendSpecified()`? Sorry for going through so many review cycles on this; it's sort of confusing stuff, so I want it to be as easy to read as possible. http://llvm-reviews.chandlerc.com/D1761 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
