[cfe-dev] CXTypeKind not exposed by libclang?

Jorge Fierro jorge at jorgefierro.com
Mon Dec 15 09:37:33 PST 2014


Actually, I didn't notice this was a public member of CXType!

Sorry about the noise.

2014-12-15 10:30 GMT-07:00 Jorge Fierro <jorge at jorgefierro.com>:
>
> Hey,
>
> I'm getting started with libclang and one of the first things I noticed is
> I couldn't find a public API function that would give me a CXTypeKind given
> a CXCursor (or such). The only public reference to this enum is the
> clang_getTypeKindSpelling() function that accepts it as an argument.
>
> Unless I'm seeing this wrong, shouldn't there also be an API function that
> lets me get a CXTypeKind, given that another API function expects it as an
> argument?
>
> Regards.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20141215/52b72fe8/attachment.html>


More information about the cfe-dev mailing list