Home
last modified time | relevance | path

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

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