Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts147 …if (positionBelongsToNode(current, position, sourceFile) && shouldIndentChildNode(options, current…
/third_party/typescript/src/services/
Dutilities.ts542 …export function positionBelongsToNode(candidate: Node, position: number, sourceFile: SourceFile): … function
Dcompletions.ts3026 while (scope && !positionBelongsToNode(scope, position, sourceFile)) {