Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/
DTypeScriptLinter.ts557 const iSymbol = Utils.trueSymbolAtLocation(interfaceNode.name); constant
558 const iDecls = iSymbol ? iSymbol.getDeclarations() : null; constant