[cfe-dev] clang_codeCompleteAt returns CXCursor_FieldDecl for both struct and union members

jaytee aloha_arts at yahoo.com
Wed Nov 28 00:12:06 PST 2012


Hello folks,

I've noticed that the completion results that clang_codeCompleteAt provides,
return CXCursor_FieldDecl for both struct members and union members. I would
like to be able to differentiate between the two in my application. Is there
a way to get around this, and retrieve the actual type or a CXCursor of the
symbol?

Thank you very much!



--
View this message in context: http://clang-developers.42468.n3.nabble.com/clang-codeCompleteAt-returns-CXCursor-FieldDecl-for-both-struct-and-union-members-tp4028536.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list