Searched refs:tokenLine (Results 1 – 3 of 3) sorted by relevance
1051 bool syncToLine(int tokenLine) { in syncToLine() argument1053 const bool newLineStarted = lastLine < tokenLine; in syncToLine()1054 for (; lastLine < tokenLine; ++lastLine) { in syncToLine()
46 …getIndentationForToken(tokenLine: number, tokenKind: SyntaxKind, container: Node, suppressDelta: b…
4138 const tokenLine = file.getLineAndCharacterOfPosition(contextToken.end).line; constant4142 && tokenLine === currentLine) {