Home
last modified time | relevance | path

Searched refs:moveRangePastModifiers (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/compiler/transformers/
DlegacyDecorators.ts239 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));
Dts.ts1322 setTextRange(updated, moveRangePastModifiers(node));
1323 setSourceMapRange(updated, moveRangePastModifiers(node));
DclassFields.ts1680 setSourceMapRange(statement, moveRangePastModifiers(property));
1708 setSourceMapRange(expression, moveRangePastModifiers(property));
/third_party/typescript/src/services/
DcallHierarchy.ts113 const pos = skipTrivia(sourceFile.text, moveRangePastModifiers(node).pos);
DgoToDefinition.ts43 let { pos } = moveRangePastModifiers(staticBlock);
/third_party/typescript/src/services/codefixes/
DconvertToAsyncFunction.ts85 const pos = skipTrivia(sourceFile.text, moveRangePastModifiers(functionToConvert).pos);
/third_party/typescript/src/compiler/
Dutilities.ts5450 export function moveRangePastModifiers(node: Node): TextRange { function
/third_party/typescript/lib/
DtypingsInstaller.js19674 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 …]
Dtsc.js15517 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 …]