Home | History | Annotate | Download | only in libclang

Lines Matching full:recurse

149   /// \brief Return whether this visitor should recurse into
153 /// \brief Return whether this visitor should recurse into the types of
1274 // decls_begin()/decls_end(). Thus we don't need to recurse on
1295 // decls_begin()/decls_end(). Thus we don't need to recurse on
1612 // recurse at all, since the instatiated class isn't written in
1801 // recurse at all, since the instatiated class isn't written in
2341 // need to recurse on anything. These are ones that have methods
2346 // VisitOverloadExpr and its children: recurse on template args? etc?
2349 // create new types, and recurse on the types (TypeLocs?) of those.