Home
last modified time | relevance | path

Searched refs:addNodeWithRecursiveChild (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/
DnavigationBar.ts180 …function addNodeWithRecursiveChild(node: Node, child: Node | undefined, name?: DeclarationName): v… function
193 addNodeWithRecursiveChild(node, node.initializer);
209 addNodeWithRecursiveChild(ctr, ctr.body);
224 addNodeWithRecursiveChild(node, (<FunctionLikeDeclaration>node).body);
264 addNodeWithRecursiveChild(node, (<ShorthandPropertyAssignment>node).name);
289 addNodeWithRecursiveChild(node, (<FunctionLikeDeclaration>node).body);
293 addNodeWithRecursiveChild(node, (<FunctionLikeDeclaration>node).body);
318 addNodeWithRecursiveChild(node, getInteriorModule(<ModuleDeclaration>node).body);
350 addNodeWithRecursiveChild(node, (node as BinaryExpression).right);
382 addNodeWithRecursiveChild(node,
[all …]
/third_party/typescript/lib/
Dtsserverlibrary.js127850 function addNodeWithRecursiveChild(node, child, name) { function
127862 addNodeWithRecursiveChild(node, node.initializer);
127876 addNodeWithRecursiveChild(ctr, ctr.body);
127890 addNodeWithRecursiveChild(node, node.body);
127927 addNodeWithRecursiveChild(node, node.name);
127952 addNodeWithRecursiveChild(node, node.body);
127956 addNodeWithRecursiveChild(node, node.body);
127980 addNodeWithRecursiveChild(node, getInteriorModule(node).body);
128010 addNodeWithRecursiveChild(node, node.right);
128040 addNodeWithRecursiveChild(node, binaryExpression.right, className);
[all …]
Dtypescript.js127850 function addNodeWithRecursiveChild(node, child, name) { function
127862 addNodeWithRecursiveChild(node, node.initializer);
127876 addNodeWithRecursiveChild(ctr, ctr.body);
127890 addNodeWithRecursiveChild(node, node.body);
127927 addNodeWithRecursiveChild(node, node.name);
127952 addNodeWithRecursiveChild(node, node.body);
127956 addNodeWithRecursiveChild(node, node.body);
127980 addNodeWithRecursiveChild(node, getInteriorModule(node).body);
128010 addNodeWithRecursiveChild(node, node.right);
128040 addNodeWithRecursiveChild(node, binaryExpression.right, className);
[all …]
Dtsserver.js127281 function addNodeWithRecursiveChild(node, child, name) { function
127293 addNodeWithRecursiveChild(node, node.initializer);
127307 addNodeWithRecursiveChild(ctr, ctr.body);
127321 addNodeWithRecursiveChild(node, node.body);
127358 addNodeWithRecursiveChild(node, node.name);
127383 addNodeWithRecursiveChild(node, node.body);
127387 addNodeWithRecursiveChild(node, node.body);
127411 addNodeWithRecursiveChild(node, getInteriorModule(node).body);
127441 addNodeWithRecursiveChild(node, node.right);
127471 addNodeWithRecursiveChild(node, binaryExpression.right, className);
[all …]
DtypescriptServices.js127850 function addNodeWithRecursiveChild(node, child, name) { function
127862 addNodeWithRecursiveChild(node, node.initializer);
127876 addNodeWithRecursiveChild(ctr, ctr.body);
127890 addNodeWithRecursiveChild(node, node.body);
127927 addNodeWithRecursiveChild(node, node.name);
127952 addNodeWithRecursiveChild(node, node.body);
127956 addNodeWithRecursiveChild(node, node.body);
127980 addNodeWithRecursiveChild(node, getInteriorModule(node).body);
128010 addNodeWithRecursiveChild(node, node.right);
128040 addNodeWithRecursiveChild(node, binaryExpression.right, className);
[all …]