Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1053 bool syncToLine(int tokenLine) { in syncToLine() argument
1055 const bool newLineStarted = lastLine < tokenLine; in syncToLine()
1056 for (; lastLine < tokenLine; ++lastLine) { in syncToLine()
/third_party/typescript/src/services/formatting/
Dformatting.ts46 …getIndentationForToken(tokenLine: number, tokenKind: SyntaxKind, container: Node, suppressDelta: b…