Searched refs:nodeEndsWith (Results 1 – 1 of 1) sorted by relevance
| /third_party/typescript/src/services/ |
| D | utilities.ts | 565 return nodeEndsWith(n, SyntaxKind.CloseBraceToken, sourceFile); 577 return nodeEndsWith(n, SyntaxKind.CloseParenToken, sourceFile); 623 return nodeEndsWith(n, SyntaxKind.CloseBracketToken, sourceFile); 645 ? nodeEndsWith(n, SyntaxKind.CloseParenToken, sourceFile) 687 function nodeEndsWith(n: Node, expectedLastToken: SyntaxKind, sourceFile: SourceFile): boolean { function
|