Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DfixPropertyOverrideAccessor.ts45 const containingClass = node.parent; constant
/third_party/typescript/src/services/refactors/
DextractSymbol.ts487 const containingClass = getContainingClass(nodeToCheck); constant
541 const containingClass = getContainingClass(node); constant
710 const containingClass = getContainingClass(current); constant
/third_party/typescript/src/compiler/
Dbinder.ts422 const containingClass = getContainingClass(node); constant
3029 const containingClass = thisContainer.parent; constant
/third_party/typescript/src/services/
DfindAllReferences.ts1956 const containingClass = getContainingClassIfInHeritageClause(refNode); constant