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

References

tools/clang/include/clang/AST/JSONNodeDumper.h
   54       while (!Pending.empty()) {
   55         Pending.back()(true);
   56         Pending.pop_back();
   75       unsigned Depth = Pending.size();
   82       while (Depth < Pending.size()) {
   83         Pending.back()(true);
   84         this->Pending.pop_back();
   96       Pending.push_back(std::move(DumpWithIndent));
   98       Pending.back()(false);
   99       Pending.back() = std::move(DumpWithIndent);