Lines Matching refs:MoreChildren
99 bool MoreChildren;
113 // Preserve the Dumper's MoreChildren value from the previous IndentScope
114 bool MoreChildren;
117 MoreChildren = Dumper.hasMoreChildren();
122 Dumper.setMoreChildren(MoreChildren);
144 : OS(OS), Traits(Traits), SM(SM), IsFirstLine(true), MoreChildren(false),
150 : OS(OS), Traits(Traits), SM(SM), IsFirstLine(true), MoreChildren(false),
364 // Call before each potential last child node is to be dumped. If MoreChildren
371 // MoreChildren should be set before calling another function that may print
374 return MoreChildren;
378 MoreChildren = Value;