Home
last modified time | relevance | path

Searched refs:insertNodeAtConstructorStart (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixConstructorForDerivedNeedSuperCall.ts26 changes.insertNodeAtConstructorStart(sourceFile, ctr, superCall);
DfixClassSuperMustPrecedeThisAccess.ts31 changes.insertNodeAtConstructorStart(sourceFile, constructor, superCall);
/third_party/typescript/src/testRunner/unittests/services/
DtextChanges.ts349 …changeTracker.insertNodeAtConstructorStart(sourceFile, findConstructor(sourceFile), createTestSupe…
369 …changeTracker.insertNodeAtConstructorStart(sourceFile, findConstructor(sourceFile), createTestSupe…
/third_party/typescript/src/services/
DtextChanges.ts579 …public insertNodeAtConstructorStart(sourceFile: SourceFile, ctr: ConstructorDeclaration, newStatem… method in ts.textChanges.ChangeTracker