Searched refs:getAdjustedStartPosition (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/services/ |
D | textChanges.ts | 164 …return { pos: getAdjustedStartPosition(sourceFile, startNode, options), end: getAdjustedEndPositio… 167 …function getAdjustedStartPosition(sourceFile: SourceFile, node: Node, options: ConfigurableStartEn… function 346 const pos = getAdjustedStartPosition(sourceFile, node, options, hasTrailingComment); 360 const startPosition = getAdjustedStartPosition(sourceFile, startNode, options); 366 const startPosition = getAdjustedStartPosition(sourceFile, startNode, options); 367 …osition = afterEndNode === undefined ? sourceFile.text.length : getAdjustedStartPosition(sourceFil… 454 …this.insertNodeAt(sourceFile, getAdjustedStartPosition(sourceFile, before, options), newNode, this… 614 const pos = getAdjustedStartPosition(sourceFile, scope.getLastToken()!, {}); 994 …return skipTrivia(sourceFile.text, getAdjustedStartPosition(sourceFile, node, { leadingTriviaOptio… 1597 const startPosition = getAdjustedStartPosition(sourceFile, node, options);
|