Searched refs:MoreChildren (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DASTDumper.cpp99 bool MoreChildren; member in class:__anon16010::ASTDumper
113 // Preserve the Dumper's MoreChildren value from the previous IndentScope
114 bool MoreChildren; member in class:__anon16010::ASTDumper::IndentScope
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;
[all...]
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1520 bool MoreChildren = false; local
1533 MoreChildren = true;
1540 if (!MoreChildren) {

Completed in 279 milliseconds