Home | History | Annotate | Download | only in libclang

Lines Matching defs:VisitChildren

214     bool ret = VisitChildren(Cursor);
480 bool CursorVisitor::VisitChildren(CXCursor Cursor) {
3293 return CursorVis.VisitChildren(parent);
5330 void VisitChildren(CXCursor C) { AnnotateVis.VisitChildren(C); }
5569 // Note that we don't call VisitChildren here to avoid traversing statements
5885 // VisitChildren(). We will need to remove this explicit recursive call.