Searched defs:iSymbol (Results 1 – 2 of 2) sorted by relevance
357 const iSymbol = this.tsUtils.trueSymbolAtLocation(interfaceNode.name); constant358 const iDecls = iSymbol ? iSymbol.getDeclarations() : null; constant
565 const iSymbol = this.tsUtils.trueSymbolAtLocation(interfaceNode.name); constant566 const iDecls = iSymbol ? iSymbol.getDeclarations() : null; constant