Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts436 …item => processRange(item, sourceFile.getLineAndCharacterOfPosition(item.pos), enclosingNode, encl…
899 …lineAction = processRange(currentTokenInfo.token, tokenStart, parent, childContextNode, dynamicInd…
977processRange(triviaItem, triviaItemStart, parent, contextNode, dynamicIndentation);
982 function processRange(range: TextRangeWithKind, function