Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/ArkTSLinter_1_1/
DInteropTypescriptLinter.ts347 const iSymbol = Utils.trueSymbolAtLocation(interfaceNode.name); constant
348 const iDecls = iSymbol ? iSymbol.getDeclarations() : null; constant
DTypeScriptLinter.ts610 const iSymbol = Utils.trueSymbolAtLocation(interfaceNode.name); constant
611 const iDecls = iSymbol ? iSymbol.getDeclarations() : null; constant
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DTypeScriptLinter.ts574 const iSymbol = Utils.trueSymbolAtLocation(interfaceNode.name); constant
575 const iDecls = iSymbol ? iSymbol.getDeclarations() : null; constant