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 95 bool MoreChildren;
109 // Preserve the Dumper's MoreChildren value from the previous IndentScope
110 bool MoreChildren;
113 MoreChildren = Dumper.hasMoreChildren();
118 Dumper.setMoreChildren(MoreChildren);
140 : OS(OS), Traits(Traits), SM(SM), IsFirstLine(true), MoreChildren(false),
146 : OS(OS), Traits(Traits), SM(SM), IsFirstLine(true), MoreChildren(false),
358 // Call before each potential last child node is to be dumped. If MoreChildren
365 // MoreChildren should be set before calling another function that may print
368 return MoreChildren;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 443 milliseconds