Home | History | Annotate | Download | only in AST

Lines Matching refs:MoreChildren

110     bool MoreChildren;
124 // Preserve the Dumper's MoreChildren value from the previous IndentScope
125 bool MoreChildren;
128 MoreChildren = Dumper.hasMoreChildren();
133 Dumper.setMoreChildren(MoreChildren);
187 : OS(OS), Traits(Traits), SM(SM), IsFirstLine(true), MoreChildren(false),
193 : OS(OS), Traits(Traits), SM(SM), IsFirstLine(true), MoreChildren(false),
425 // Call before each potential last child node is to be dumped. If MoreChildren
432 // MoreChildren should be set before calling another function that may print
435 return MoreChildren;
439 MoreChildren = Value;