Searched defs:iSymbol (Results 1 – 2 of 2) sorted by relevance
248 const iSymbol = this.tsUtils.trueSymbolAtLocation(interfaceNode.name); constant249 const iDecls = iSymbol ? iSymbol.getDeclarations() : null; constant
822 const iSymbol = this.tsUtils.trueSymbolAtLocation(interfaceNode.name); constant823 const iDecls = iSymbol ? iSymbol.getDeclarations() : null; constant