Searched refs:insertNodeAtConstructorStart (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/src/services/codefixes/ |
D | fixConstructorForDerivedNeedSuperCall.ts | 26 changes.insertNodeAtConstructorStart(sourceFile, ctr, superCall);
|
D | fixClassSuperMustPrecedeThisAccess.ts | 31 changes.insertNodeAtConstructorStart(sourceFile, constructor, superCall);
|
/third_party/typescript/src/testRunner/unittests/services/ |
D | textChanges.ts | 349 …changeTracker.insertNodeAtConstructorStart(sourceFile, findConstructor(sourceFile), createTestSupe… 369 …changeTracker.insertNodeAtConstructorStart(sourceFile, findConstructor(sourceFile), createTestSupe…
|
/third_party/typescript/src/services/ |
D | textChanges.ts | 579 …public insertNodeAtConstructorStart(sourceFile: SourceFile, ctr: ConstructorDeclaration, newStatem… method in ts.textChanges.ChangeTracker
|