Home
last modified time | relevance | path

Searched refs:insertNodeAtEndOfScope (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/codefixes/
DaddEmptyExportDeclaration.ts17 changes.insertNodeAtEndOfScope(sourceFile, sourceFile, exportDeclaration);
DfixImportNonExportedMember.ts146 changes.insertNodeAtEndOfScope(sourceFile, sourceFile,
DfixAddMissingMember.ts485 … : changes.insertNodeAtEndOfScope(info.sourceFile, info.parentDeclaration, functionDeclaration);
/third_party/typescript/src/services/
DtextChanges.ts613 public insertNodeAtEndOfScope(sourceFile: SourceFile, scope: Node, newNode: Node): void { method in ts.textChanges.ChangeTracker
/third_party/typescript/src/services/refactors/
DextractSymbol.ts977 changeTracker.insertNodeAtEndOfScope(context.file, scope, newFunction);