Searched refs:createSyntaxList (Results 1 – 6 of 6) sorted by relevance
| /third_party/typescript/src/services/ |
| D | smartSelection.ts | 194 …createSyntaxList(splitChildren(groupedWithBrackets, ({ kind }) => kind === SyntaxKind.ColonToken)), 206 … return firstJSDocChild? [firstJSDocChild, createSyntaxList(splittedChildren)] : splittedChildren; 240 result.push(createSyntaxList(group)); 247 result.push(createSyntaxList(group)); 280 leftChildren.length ? createSyntaxList(leftChildren) : undefined, 282 rightChildren.length ? createSyntaxList(rightChildren) : undefined, 287 function createSyntaxList(children: Node[]): SyntaxList { function 289 …return setTextRangePosEnd(parseNodeFactory.createSyntaxList(children), children[0].pos, last(child…
|
| D | services.ts | 162 children.push(createSyntaxList(nodes, node)); 200 function createSyntaxList(nodes: NodeArray<Node>, parent: Node): Node { function
|
| /third_party/typescript/src/compiler/factory/ |
| D | nodeFactory.ts | 456 createSyntaxList, 5581 function createSyntaxList(children: Node[]) {
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 8337 /* @internal */ createSyntaxList(children: Node[]): SyntaxList;
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 23090 createSyntaxList: createSyntaxList, 27152 function createSyntaxList(children) { function
|
| D | tsc.js | 18450 createSyntaxList: createSyntaxList, 21938 function createSyntaxList(children) { function
|