Home | History | Annotate | Download | only in libclang

Lines Matching refs:VisitChildren

218     bool ret = VisitChildren(Cursor);
483 bool CursorVisitor::VisitChildren(CXCursor Cursor) {
3480 return CursorVis.VisitChildren(parent);
5591 void VisitChildren(CXCursor C) { AnnotateVis.VisitChildren(C); }
5830 // Note that we don't call VisitChildren here to avoid traversing statements
6146 // VisitChildren(). We will need to remove this explicit recursive call.