Searched refs:processRange (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/services/formatting/ |
D | formatting.ts | 436 …item => processRange(item, sourceFile.getLineAndCharacterOfPosition(item.pos), enclosingNode, encl… 899 …lineAction = processRange(currentTokenInfo.token, tokenStart, parent, childContextNode, dynamicInd… 977 … processRange(triviaItem, triviaItemStart, parent, contextNode, dynamicIndentation); 982 function processRange(range: TextRangeWithKind, function
|