Lines Matching defs:Child
38 for (const auto &Child : N.Children)
39 forEachToken(Child, Call, N.Tok);
516 [](const auto &Child) { return !Child->Tokens.empty(); });
521 auto *Child = std::find_if(
523 [](const auto &Child) { return !Child->Tokens.empty(); });
524 auto Line = createUnwrappedLine(**Child, Level);
538 for (const auto &Child : N->Children) {
539 if (Child->Tokens.empty())
542 *Child, Level + 1 + (Child->Level - MinChildLevel)));
557 for (const auto &Child : N->Children) {
559 debug(*Child, Level + 1);