Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DsymbolDisplay.ts118 const resolvedSymbol = typeChecker.getAliasedSymbol(symbol); constant
432 const resolvedSymbol = typeChecker.getAliasedSymbol(symbol); constant
/third_party/typescript/src/services/refactors/
DextractSymbol.ts1909 …const resolvedSymbol = checker.resolveName(symbol.name, scope, symbol.flags, /*excludeGlobals*/ fa… constant
/third_party/typescript/src/compiler/
Dchecker.ts13255 …const resolvedSymbol = resolveName(param, paramSymbol.escapedName, SymbolFlags.Value, undefined, u… constant
16718 const resolvedSymbol = resolveSymbol(symbol); constant
32178 const { resolvedSymbol } = getNodeLinks(errorTarget); constant
44406 …const resolvedSymbol = valueSymbol && valueSymbol.flags & SymbolFlags.Alias ? resolveAlias(valueSy… constant
44509 const resolvedSymbol = getNodeLinks(reference).resolvedSymbol; constant
44535 const resolvedSymbol = getNodeLinks(reference).resolvedSymbol; constant
/third_party/typescript/lib/
DtypescriptServices.d.ts687 resolvedSymbol: Symbol; property
Dtypescript.d.ts687 resolvedSymbol: Symbol; property
Dtsserverlibrary.d.ts687 resolvedSymbol: Symbol; property
Dtsc.js49066 function getWidenedTypeForAssignmentDeclaration(symbol, resolvedSymbol) { argument
49181 … function getInitializerTypeFromAssignmentDeclaration(symbol, resolvedSymbol, expression, kind) { argument
DtypingsInstaller.js59107 function getWidenedTypeForAssignmentDeclaration(symbol, resolvedSymbol) { argument
59227 … function getInitializerTypeFromAssignmentDeclaration(symbol, resolvedSymbol, expression, kind) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts687 resolvedSymbol: Symbol; property
Dtsserverlibrary.d.ts687 resolvedSymbol: Symbol; property