Searched refs:positionBelongsToNode (Results 1 – 3 of 3) sorted by relevance
147 …if (positionBelongsToNode(current, position, sourceFile) && shouldIndentChildNode(options, current…
542 …export function positionBelongsToNode(candidate: Node, position: number, sourceFile: SourceFile): … function
3026 while (scope && !positionBelongsToNode(scope, position, sourceFile)) {