Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DfindAllReferences.ts1852 const classSymbol = classDeclaration.symbol; constant
/third_party/typescript/src/compiler/
Dchecker.ts25523 const classSymbol = symbol.parent!; constant
26558 const classSymbol = getSymbolOfNode(classDecl); constant
26658 const classSymbol = checkExpression(className).symbol; constant
37947 const classSymbol = getSymbolOfNode(node.parent); constant
43885 const classSymbol = getSymbolOfNode(node.parent)!; constant