Home
last modified time | relevance | path

Searched refs:createSyntaxList (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/services/
DsmartSelection.ts194createSyntaxList(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…
Dservices.ts162 children.push(createSyntaxList(nodes, node));
200 function createSyntaxList(nodes: NodeArray<Node>, parent: Node): Node { function
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts456 createSyntaxList,
5581 function createSyntaxList(children: Node[]) {
/third_party/typescript/src/compiler/
Dtypes.ts8337 /* @internal */ createSyntaxList(children: Node[]): SyntaxList;
/third_party/typescript/lib/
DtypingsInstaller.js23090 createSyntaxList: createSyntaxList,
27152 function createSyntaxList(children) { function
Dtsc.js18450 createSyntaxList: createSyntaxList,
21938 function createSyntaxList(children) { function