[cfe-dev] what is the order of Visit* methods in RecursiveASTVisitor?

lotay 158481612 at qq.com
Fri Dec 27 23:06:09 PST 2013


For example, for two method VisitFunctionDecl and VisitCXXMethodDecl
implmented in my visitor, what is the order of this two method invoked when
analyze the CXX method?1. VisitFunctionDecl first or VisitCXXMethodDecl
first?2. just invoke VisitCXXMethodDecl?3 just invoke
VisitFunctionDecl?really thanks for help.



--
View this message in context: http://clang-developers.42468.n3.nabble.com/what-is-the-order-of-Visit-methods-in-RecursiveASTVisitor-tp4036793.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list