Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts7712 const aliasDecl = s.declarations && getDeclarationOfAliasSymbol(s); constant
8164 const aliasDecl = symbol.declarations && getDeclarationOfAliasSymbol(symbol); constant