Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dutilities.ts1323 return candidate && findRightmostToken(candidate, sourceFile);
1339 return candidate && findRightmostToken(candidate, sourceFile);
1347 function findRightmostToken(n: Node, sourceFile: SourceFileLike): Node | undefined { function
1358 return candidate && findRightmostToken(candidate, sourceFile);