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.ts25564 const classSymbol = symbol.parent!; constant
26599 const classSymbol = getSymbolOfNode(classDecl); constant
26699 const classSymbol = checkExpression(className).symbol; constant
38009 const classSymbol = getSymbolOfNode(node.parent); constant
43956 const classSymbol = getSymbolOfNode(node.parent)!; constant