Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DsmartSelection.ts252 function createSyntaxList(children: Node[]): SyntaxList {
Dservices.ts199 … const list = createNode(SyntaxKind.SyntaxList, nodes.pos, nodes.end, parent) as any as SyntaxList;
Dutilities.ts725 export function findContainingList(node: Node): SyntaxList | undefined {
730 …const syntaxList = find(node.parent.getChildren(), (c): c is SyntaxList => isSyntaxList(c) && rang…
Dcompletions.ts2894 case SyntaxKind.SyntaxList:
/third_party/typescript/src/compiler/factory/
DnodeTests.ts847 export function isSyntaxList(n: Node): n is SyntaxList {
848 return n.kind === SyntaxKind.SyntaxList;
DnodeFactory.ts5152 const node = createBaseNode<SyntaxList>(SyntaxKind.SyntaxList);
/third_party/typescript/src/compiler/
Dtypes.ts403 SyntaxList, enumerator
7381 /* @internal */ createSyntaxList(children: Node[]): SyntaxList;
8116 export interface SyntaxList extends Node {
8117 kind: SyntaxKind.SyntaxList;
Dutilities.ts684 if (node.kind === SyntaxKind.SyntaxList && (<SyntaxList>node)._children.length > 0) {
685 return getTokenPosOfNode((<SyntaxList>node)._children[0], sourceFile, includeJsDoc);
/third_party/typescript/lib/
Dtypescript.d.ts444 SyntaxList = 337, enumerator
3833 export interface SyntaxList extends Node { interface
3834 kind: SyntaxKind.SyntaxList;
DtypescriptServices.d.ts444 SyntaxList = 337, enumerator
3833 export interface SyntaxList extends Node { interface
3834 kind: SyntaxKind.SyntaxList;
Dtsserverlibrary.d.ts444 SyntaxList = 337, enumerator
3833 export interface SyntaxList extends Node { interface
3834 kind: SyntaxKind.SyntaxList;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts444 SyntaxList = 337, enumerator
4045 export interface SyntaxList extends Node { interface
4046 kind: SyntaxKind.SyntaxList;
Dtsserverlibrary.d.ts444 SyntaxList = 337, enumerator
4045 export interface SyntaxList extends Node { interface
4046 kind: SyntaxKind.SyntaxList;