Hi,
I found for this line:
void (*f)(void);
f’s CXType is a CXType_Pointer, then using clang_getPointeeType returns a CXType of CXType_Unexposed kind. Can we export that information in libclang? Thanks!
Hi,
I found for this line:
void (*f)(void);
f’s CXType is a CXType_Pointer, then using clang_getPointeeType returns a CXType of CXType_Unexposed kind. Can we export that information in libclang? Thanks!