[cfe-dev] No ObjCImplementionDecl>>getAtEndLoc() ?

Emerson Murphy-Hill emerson at apple.com
Fri Apr 11 08:48:33 PDT 2008


Ahoy!

In clang, getAtEndLoc() is defined on ObjCCategoryDecl,  
ObjCInterfaceDecl, and ObjCProtocolDecl.  They return the source  
location of the @end tag.

Why is it not on defined on ObjCImplementationDecl?  It also has an  
@end tag, no?

Thanks in advance,

Emerson



More information about the cfe-dev mailing list