Searched refs:getEndLinePosition (Results 1 – 4 of 4) sorted by relevance
| /third_party/typescript/src/services/formatting/ |
| D | formatting.ts | 87 let endOfFormatSpan = getEndLinePosition(line, sourceFile); 1116 const endOfLine = getEndLinePosition(line, sourceFile); 1160 const lineEndPosition = getEndLinePosition(line, sourceFile);
|
| /third_party/typescript/src/compiler/ |
| D | utilities.ts | 306 export function getEndLinePosition(line: number, sourceFile: SourceFileLike): number { function 1176 return createTextSpan(pos, getEndLinePosition(startLine, sourceFile) - pos + 1);
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 14803 function getEndLinePosition(line, sourceFile) { function 14828 ts.getEndLinePosition = getEndLinePosition; 15645 return ts.createTextSpan(pos, getEndLinePosition(startLine, sourceFile) - pos + 1);
|
| D | tsc.js | 11322 function getEndLinePosition(line, sourceFile) { function 11340 ts.getEndLinePosition = getEndLinePosition; 12064 return ts.createTextSpan(pos, getEndLinePosition(startLine, sourceFile) - pos + 1);
|