Home
last modified time | relevance | path

Searched refs:insertNodeAtConstructorEnd (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixAddMissingMember.ts320 … changeTracker.insertNodeAtConstructorEnd(sourceFile, classConstructor, propertyInitialization);
/third_party/typescript/src/services/
DtextChanges.ts599 …public insertNodeAtConstructorEnd(sourceFile: SourceFile, ctr: ConstructorDeclaration, newStatemen… method in ts.textChanges.ChangeTracker