reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/TextNodeDumper.h
   59       while (!Pending.empty()) {
   60         Pending.back()(true);
   61         Pending.pop_back();
   97       unsigned Depth = Pending.size();
  103       while (Depth < Pending.size()) {
  104         Pending.back()(true);
  105         this->Pending.pop_back();
  113       Pending.push_back(std::move(DumpWithIndent));
  115       Pending.back()(false);
  116       Pending.back() = std::move(DumpWithIndent);