Searched refs:moveRangePastModifiers (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/src/compiler/transformers/ |
| D | legacyDecorators.ts | 239 const location = moveRangePastModifiers(node); 315 setSourceMapRange(updated, moveRangePastModifiers(original)); 384 setTextRange(updated, moveRangePastModifiers(node)); 385 setSourceMapRange(updated, moveRangePastModifiers(node)); 524 setSourceMapRange(helper, moveRangePastModifiers(member)); 562 setSourceMapRange(expression, moveRangePastModifiers(node));
|
| D | ts.ts | 1322 setTextRange(updated, moveRangePastModifiers(node)); 1323 setSourceMapRange(updated, moveRangePastModifiers(node));
|
| D | classFields.ts | 1680 setSourceMapRange(statement, moveRangePastModifiers(property)); 1708 setSourceMapRange(expression, moveRangePastModifiers(property));
|
| /third_party/typescript/src/services/ |
| D | callHierarchy.ts | 113 const pos = skipTrivia(sourceFile.text, moveRangePastModifiers(node).pos);
|
| D | goToDefinition.ts | 43 let { pos } = moveRangePastModifiers(staticBlock);
|
| /third_party/typescript/src/services/codefixes/ |
| D | convertToAsyncFunction.ts | 85 const pos = skipTrivia(sourceFile.text, moveRangePastModifiers(functionToConvert).pos);
|
| /third_party/typescript/src/compiler/ |
| D | utilities.ts | 5450 export function moveRangePastModifiers(node: Node): TextRange { function
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 19674 function moveRangePastModifiers(node) { function 19680 ts.moveRangePastModifiers = moveRangePastModifiers; 96850 ts.setTextRange(updated, ts.moveRangePastModifiers(node)); 96851 ts.setSourceMapRange(updated, ts.moveRangePastModifiers(node)); 98906 ts.setSourceMapRange(statement, ts.moveRangePastModifiers(property)); 98932 ts.setSourceMapRange(expression, ts.moveRangePastModifiers(property)); 100185 var location = ts.moveRangePastModifiers(node); 100233 ts.setSourceMapRange(updated, ts.moveRangePastModifiers(original)); 100266 ts.setTextRange(updated, ts.moveRangePastModifiers(node)); 100267 ts.setSourceMapRange(updated, ts.moveRangePastModifiers(node)); [all …]
|
| D | tsc.js | 15517 function moveRangePastModifiers(node) { function 15523 ts.moveRangePastModifiers = moveRangePastModifiers; 81700 ts.setTextRange(updated, ts.moveRangePastModifiers(node)); 81701 ts.setSourceMapRange(updated, ts.moveRangePastModifiers(node)); 83212 ts.setSourceMapRange(statement, ts.moveRangePastModifiers(property)); 83229 ts.setSourceMapRange(expression, ts.moveRangePastModifiers(property)); 84223 var location = ts.moveRangePastModifiers(node); 84255 ts.setSourceMapRange(updated, ts.moveRangePastModifiers(original)); 84278 ts.setTextRange(updated, ts.moveRangePastModifiers(node)); 84279 ts.setSourceMapRange(updated, ts.moveRangePastModifiers(node)); [all …]
|