You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and a CXCursor pointing to it of kind CXCursor_ObjCCategoryImplDecl: How can I get the name of the interface being extended here? clang_getCursorDisplayName only gives me the category name, but I also need the original name.