Home
last modified time | relevance | path

Searched refs:getEndLinePosition (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/formatting/
Dformatting.ts87 let endOfFormatSpan = getEndLinePosition(line, sourceFile);
1116 const endOfLine = getEndLinePosition(line, sourceFile);
1160 const lineEndPosition = getEndLinePosition(line, sourceFile);
/third_party/typescript/src/compiler/
Dutilities.ts306 export function getEndLinePosition(line: number, sourceFile: SourceFileLike): number { function
1176 return createTextSpan(pos, getEndLinePosition(startLine, sourceFile) - pos + 1);
/third_party/typescript/lib/
DtypingsInstaller.js14803 function getEndLinePosition(line, sourceFile) { function
14828 ts.getEndLinePosition = getEndLinePosition;
15645 return ts.createTextSpan(pos, getEndLinePosition(startLine, sourceFile) - pos + 1);
Dtsc.js11322 function getEndLinePosition(line, sourceFile) { function
11340 ts.getEndLinePosition = getEndLinePosition;
12064 return ts.createTextSpan(pos, getEndLinePosition(startLine, sourceFile) - pos + 1);