[cfe-dev] Determining if ObjCIvarDecl is in multi-declaration
Emerson Murphy-Hill
emerson at apple.com
Wed Apr 23 11:22:13 CDT 2008
Suppose I have an objective-c interface:
@interface C {
int x,y;
};
I parse it, and have an ObjCIvarDecl for x. How can I determine that
x is in a multi-declaration? I could check which ObjCIvarDecls'
locations overlap, but is there an easier way?
Thanks in advance,
e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.cs.uiuc.edu/pipermail/cfe-dev/attachments/20080423/6775117a/attachment.html
More information about the cfe-dev
mailing list