Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts432 …return node.parent && getListByRange(node.getStart(sourceFile), node.getEnd(), node.parent, source…
436 return node && getListByRange(pos, pos, node, sourceFile);
439 …function getListByRange(start: number, end: number, node: Node, sourceFile: SourceFile): NodeArray… function