Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DcallHierarchy.ts328 return { declaration: ancestor, range: createTextRangeFromNode(node, sourceFile) };
366 const range = createTextRangeFromNode(target, node.getSourceFile());
Dutilities.ts1822 export function createTextRangeFromNode(node: Node, sourceFile: SourceFile): TextRange { function