Searched refs:addNodeWithRecursiveChild (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/services/ |
D | navigationBar.ts | 180 …function addNodeWithRecursiveChild(node: Node, child: Node | undefined, name?: DeclarationName): v… function 193 addNodeWithRecursiveChild(node, node.initializer); 224 addNodeWithRecursiveChild(ctr, ctr.body); 239 addNodeWithRecursiveChild(node, (node as FunctionLikeDeclaration).body); 279 addNodeWithRecursiveChild(node, (node as ShorthandPropertyAssignment).name); 304 addNodeWithRecursiveChild(node, (node as FunctionLikeDeclaration).body); 308 addNodeWithRecursiveChild(node, (node as FunctionLikeDeclaration).body); 333 addNodeWithRecursiveChild(node, getInteriorModule(node as ModuleDeclaration).body); 365 addNodeWithRecursiveChild(node, (node as BinaryExpression).right); 397 addNodeWithRecursiveChild(node, [all …]
|