reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);