[cfe-dev] Declaration hiding question

Aaron Ballman aaron at aaronballman.com
Wed Sep 14 17:36:11 PDT 2011


I am wondering what the appropriate mechanism is to tell whether a
declaration (in Sema::ActOnCXXMemberDeclarator) is hiding another
member (possibly in a base class).  There are numerous lookup
functions, but I'm scratching my head on the appropriate way to go
about it.  Can someone point me in the right direction?

Thanks!

~Aaron



More information about the cfe-dev mailing list