[cfe-dev] Hidden Visit used in ASTDumper.cpp

e.welter at rgfsoft.ch e.welter at rgfsoft.ch
Mon Aug 4 02:48:11 PDT 2014


Hi!

I'm wondering how it's possible to use the Visit method within for example
ASTDumper, since the method is defined in multiple base classes
(StmtVisitorBase and DeclVisitorBase)
and therefore the method should be hidden. I'm trying to do the same and
this results obviously in a compiler error: request for member 'Visit' is
ambiguous (its a hidden method)

Thanks for any hints

regards

Emanuel Welter




More information about the cfe-dev mailing list