<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="margin: 0px; font-size: 13px; "><span style="font-family: Menlo; color: rgb(49, 89, 93); ">CXCursor_ObjCClassMethodDecl </span>and <span style="color: rgb(49, 89, 93); font-family: Menlo; ">CXCursor_ObjCInstanceMethodDecl </span>are the only things that clang offers for parsing method. Well, there is no API for accessing required/optional class methods</div><div style="margin: 0px; font-size: 13px; ">and required/optional instance methods. So, in frameworks that use clang for parsing O-C codes, we encounter lack of API and we can not accomplish the task successfully.</div><div style="margin: 0px; font-size: 13px; "><br></div><div style="margin: 0px; font-size: 13px; ">Any idea?</div></body></html>