Home | History | Annotate | Download | only in libclang

Lines Matching defs:VisitChildren

216     bool ret = VisitChildren(Cursor);
481 bool CursorVisitor::VisitChildren(CXCursor Cursor) {
4040 return CursorVis.VisitChildren(parent);
6219 void VisitChildren(CXCursor C) { AnnotateVis.VisitChildren(C); }
6458 // Note that we don't call VisitChildren here to avoid traversing statements
6758 // VisitChildren(). We will need to remove this explicit recursive call.