Searched refs:createTextRangeFromNode (Results 1 – 2 of 2) sorted by relevance
328 return { declaration: ancestor, range: createTextRangeFromNode(node, sourceFile) };366 const range = createTextRangeFromNode(target, node.getSourceFile());
1822 export function createTextRangeFromNode(node: Node, sourceFile: SourceFile): TextRange { function