Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1051 bool syncToLine(int tokenLine) { in syncToLine() argument
1053 const bool newLineStarted = lastLine < tokenLine; in syncToLine()
1054 for (; lastLine < tokenLine; ++lastLine) { in syncToLine()
/third_party/typescript/src/services/formatting/
Dformatting.ts46 …getIndentationForToken(tokenLine: number, tokenKind: SyntaxKind, container: Node, suppressDelta: b…
/third_party/typescript/src/services/
Dcompletions.ts4138 const tokenLine = file.getLineAndCharacterOfPosition(contextToken.end).line; constant
4142 && tokenLine === currentLine) {