How to get access/visibility of functions, variables, typedefs and templates?
crasypantz
ihavecrazypants@hotmail.com
Fri Feb 5 10:14:00 GMT 2016
>From a gcc plugin I'm attempting to get the access modifier of various tree
declarations, as in whether a function/field/variable/typedef/template is
declared public/protected/private. I initially thought 'DECL_VISIBILITY()'
was it but it doesn't seem to be what I want. Nothing is jumping out at me
in the headers, doing web searches, or what I could find in the archive. Any
suggestion(s)? As always- thank you.
--
View this message in context: http://gcc.1065356.n5.nabble.com/How-to-get-access-visibility-of-functions-variables-typedefs-and-templates-tp1233730.html
Sent from the gcc - Help mailing list archive at Nabble.com.
More information about the Gcc-help
mailing list