Home
last modified time | relevance | path

Searched defs:constructorDeclaration (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixStrictClassInitialization.ts147 const constructorDeclaration = getFirstConstructorWithBody(classDeclaration); constant
DfixAddMissingMember.ts592 const constructorDeclaration = getFirstConstructorWithBody(classDeclaration); constant
/third_party/typescript/src/compiler/
Dchecker.ts44403 const constructorDeclaration = node.parent; constant