[cfe-dev] Pointer to a function unexposed to libclang

Bo Yao via cfe-dev cfe-dev at lists.llvm.org
Wed Jan 10 14:39:20 PST 2018


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!
Regards,
Bo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20180110/132a00e5/attachment.html>


More information about the cfe-dev mailing list