Searched defs:iSymbol (Results 1 – 2 of 2) sorted by relevance
380 const iSymbol = this.tsUtils.trueSymbolAtLocation(interfaceNode.name); constant381 const iDecls = iSymbol ? iSymbol.getDeclarations() : null; constant
577 const iSymbol = this.tsUtils.trueSymbolAtLocation(interfaceNode.name); constant578 const iDecls = iSymbol ? iSymbol.getDeclarations() : null; constant