reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
608 if (DumpOpts.ShowChildren && DumpOpts.ChildRecurseDepth > 0 && child) { 612 while (child) { 613 child.dump(OS, Indent + 2, ChildDumpOpts); 614 child = child.getSibling(); 614 child = child.getSibling();