Lines Matching defs:child
220 …(node->IsForInStatement() && parent->FindChild([node](AstNode *child) { return child == node; }) !… in HandleBinaryExpressions()
451 … [](AstNode *child) { return child->IsImportSpecifier() || child->IsImportNamespaceSpecifier(); }); in GetAdjustedLocationForImportDeclaration()
458 … [](AstNode *child) { return child->IsImportSpecifier() || child->IsImportNamespaceSpecifier(); }); in GetAdjustedLocationForImportDeclaration()
602 …[](AstNode *child) { return child->IsExpression() || child->IsIdentifier() || child->IsTSTypeRefer… in GetAdjustedLocationForHeritageClause()
630 for (auto *child : children) { in FindFirstIdentifier() local
643 for (auto *child : children) { in FindFirstExpression() local
657 for (auto *child : children) { in FindFirstExpressionAfter() local
674 for (auto *child : children) { in FindNodeOfType() local
687 for (auto *child : children) { in FindTypeReference() local
701 for (auto *child : children) { in FindTypeParameter() local
718 for (auto *child : children) { in FindArrayType() local