Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts26566 const containingClassDecl = container.parent as ClassDeclaration; constant
36650 const containingClassDecl = node.parent as ClassDeclaration; constant