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

Completed in 115 milliseconds