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