Home
last modified time | relevance | path

Searched defs:lastDeclaration (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/refactors/
DconvertOverloadListToSingleSignature.ts36 const lastDeclaration = signatureDecls[signatureDecls.length - 1]; constant
/third_party/typescript/src/services/
Dservices.ts746 const lastDeclaration = lastOrUndefined(declarations); constant