HomeSort by relevance Sort by last modified time
    Searched refs:MoreChildren (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ASTDumper.cpp 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;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 298 milliseconds