Searched refs:setTextRangePos (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/src/compiler/transformers/ |
D | ts.ts | 663 setTextRangePos(statement, closingBraceLocation.pos);
|
D | es2015.ts | 843 setTextRangePos(statement, closingBraceLocation.pos);
|
/third_party/typescript/src/compiler/ |
D | utilities.ts | 7254 export function setTextRangePos<T extends ReadonlyTextRange>(range: T, pos: number) { function 7273 return setTextRangeEnd(setTextRangePos(range, pos), end);
|
D | parser.ts | 6492 setTextRangePos(missing, pos);
|
/third_party/typescript/lib/ |
D | tsc.js | 15743 function setTextRangePos(range, pos) { function 15747 ts.setTextRangePos = setTextRangePos; 15754 return setTextRangeEnd(setTextRangePos(range, pos), end); 27116 ts.setTextRangePos(missing, pos); 70642 ts.setTextRangePos(statement, closingBraceLocation.pos); 74975 ts.setTextRangePos(statement, closingBraceLocation.pos);
|
D | typingsInstaller.js | 19859 function setTextRangePos(range, pos) { function 19863 ts.setTextRangePos = setTextRangePos; 19878 return setTextRangeEnd(setTextRangePos(range, pos), end); 33627 ts.setTextRangePos(missing, pos); 84167 ts.setTextRangePos(statement, closingBraceLocation.pos); 90094 ts.setTextRangePos(statement, closingBraceLocation.pos);
|
D | tsserverlibrary.js | 20064 function setTextRangePos(range, pos) { function 20068 ts.setTextRangePos = setTextRangePos; 20083 return setTextRangeEnd(setTextRangePos(range, pos), end); 33832 ts.setTextRangePos(missing, pos); 84372 ts.setTextRangePos(statement, closingBraceLocation.pos); 90299 ts.setTextRangePos(statement, closingBraceLocation.pos);
|
D | typescript.js | 20064 function setTextRangePos(range, pos) { function 20068 ts.setTextRangePos = setTextRangePos; 20083 return setTextRangeEnd(setTextRangePos(range, pos), end); 33832 ts.setTextRangePos(missing, pos); 84372 ts.setTextRangePos(statement, closingBraceLocation.pos); 90299 ts.setTextRangePos(statement, closingBraceLocation.pos);
|
D | tsserver.js | 19870 function setTextRangePos(range, pos) { function 19874 ts.setTextRangePos = setTextRangePos; 19889 return setTextRangeEnd(setTextRangePos(range, pos), end); 33638 ts.setTextRangePos(missing, pos); 84178 ts.setTextRangePos(statement, closingBraceLocation.pos); 90105 ts.setTextRangePos(statement, closingBraceLocation.pos);
|
D | typescriptServices.js | 20064 function setTextRangePos(range, pos) { function 20068 ts.setTextRangePos = setTextRangePos; 20083 return setTextRangeEnd(setTextRangePos(range, pos), end); 33832 ts.setTextRangePos(missing, pos); 84372 ts.setTextRangePos(statement, closingBraceLocation.pos); 90299 ts.setTextRangePos(statement, closingBraceLocation.pos);
|