Home
last modified time | relevance | path

Searched refs:insertModifierAt (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixOverrideModifier.ts152 … changeTracker.insertModifierAt(sourceFile, modifierPos, SyntaxKind.OverrideKeyword, options);
DconvertToAsyncFunction.ts86 changes.insertModifierAt(sourceFile, pos, SyntaxKind.AsyncKeyword, { suffix: " " });
/third_party/typescript/src/services/
DtextChanges.ts457 …public insertModifierAt(sourceFile: SourceFile, pos: number, modifier: SyntaxKind, options: Insert… method in ts.textChanges.ChangeTracker
462 … return this.insertModifierAt(sourceFile, before.getStart(sourceFile), modifier, { suffix: " " });