Issue |
139535
|
Summary |
libclang: Get protocol name of `CXCursor_ObjCCategoryImplDecl`
|
Labels |
new issue
|
Assignees |
|
Reporter |
piegamesde
|
Given the following code
```ObjC
@implementation NSDateFormatter (MyInterface)
…
@end
```
and a `CXCursor` pointing to it of kind `CXCursor_ObjCCategoryImplDecl`: How can I get the name of the protocol being implemented here? `clang_getCursorDisplayName` only gives me the interface name, but I also need the protocol name.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs