Searched refs:getStartLineAndCharacterForNode (Results 1 – 1 of 1) sorted by relevance
148 const currentStart = getStartLineAndCharacterForNode(current, sourceFile);226 …const listIndentsChild = !!firstListChild && getStartLineAndCharacterForNode(firstListChild, sourc…335 … const nextTokenStartLine = getStartLineAndCharacterForNode(nextToken, sourceFile).line;342 … function getStartLineAndCharacterForNode(n: Node, sourceFile: SourceFileLike): LineAndCharacter { function361 … const elseKeywordStartLine = getStartLineAndCharacterForNode(elseKeyword, sourceFile).line;403 … const trueStartLine = getStartLineAndCharacterForNode(parent.whenTrue, sourceFile).line;528 let lineAndCharacter = getStartLineAndCharacterForNode(node, sourceFile);539 lineAndCharacter = getStartLineAndCharacterForNode(list[i], sourceFile);