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

References

tools/clang/lib/Tooling/Syntax/Tree.cpp
  104   for (auto It = T->firstChild(); It != nullptr; It = It->nextSibling()) {
  104   for (auto It = T->firstChild(); It != nullptr; It = It->nextSibling()) {
  104   for (auto It = T->firstChild(); It != nullptr; It = It->nextSibling()) {
  111     if (!It->nextSibling()) {
  118     dumpTree(OS, It, A, IndentMask);