Home
last modified time | relevance | path

Searched refs:SyntaxList (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/src/services/
DsmartSelection.ts287 function createSyntaxList(children: Node[]): SyntaxList {
Dservices.ts201 … const list = createNode(SyntaxKind.SyntaxList, nodes.pos, nodes.end, parent) as any as SyntaxList;
Dutilities.ts729 export function findContainingList(node: Node): SyntaxList | undefined {
734 …const syntaxList = find(node.parent.getChildren(), (c): c is SyntaxList => isSyntaxList(c) && rang…
Dcompletions.ts4213 case SyntaxKind.SyntaxList:
/third_party/typescript/src/compiler/factory/
DnodeTests.ts965 export function isSyntaxList(n: Node): n is SyntaxList {
966 return n.kind === SyntaxKind.SyntaxList;
DnodeFactory.ts5582 const node = createBaseNode<SyntaxList>(SyntaxKind.SyntaxList);
/third_party/typescript/src/compiler/
Dtypes.ts420 SyntaxList, enumerator
8337 /* @internal */ createSyntaxList(children: Node[]): SyntaxList;
9137 export interface SyntaxList extends Node {
9138 kind: SyntaxKind.SyntaxList;
Dutilities.ts531 if (node.kind === SyntaxKind.SyntaxList && (node as SyntaxList)._children.length > 0) {
532 return getTokenPosOfNode((node as SyntaxList)._children[0], sourceFile, includeJsDoc);
Demitter.ts1796 case SyntaxKind.SyntaxList:
/third_party/typescript/lib/
Dtypescript.d.ts464 SyntaxList = 354, enumerator
4372 export interface SyntaxList extends Node { interface
4373 kind: SyntaxKind.SyntaxList;
DtypescriptServices.d.ts464 SyntaxList = 354, enumerator
4372 export interface SyntaxList extends Node { interface
4373 kind: SyntaxKind.SyntaxList;
Dtsserverlibrary.d.ts464 SyntaxList = 354, enumerator
4372 export interface SyntaxList extends Node { interface
4373 kind: SyntaxKind.SyntaxList;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts464 SyntaxList = 354, enumerator
4372 export interface SyntaxList extends Node { interface
4373 kind: SyntaxKind.SyntaxList;
Dtsserverlibrary.d.ts464 SyntaxList = 354, enumerator
4372 export interface SyntaxList extends Node { interface
4373 kind: SyntaxKind.SyntaxList;