Hi everyone,
Likely a pretty simple question for you clang gurus,
I know one can get the type of a 'param' using 'getOriginalType()'. Now is
there a way to check if this is a user defined struct? ie) something in the
source not attached through libs, etc?
I am trying to search param lists for user defined structs,
Thank you,