Searched defs:resolvedSymbol (Results 1 – 10 of 10) sorted by relevance
| /third_party/typescript/src/services/ |
| D | symbolDisplay.ts | 118 const resolvedSymbol = typeChecker.getAliasedSymbol(symbol); constant 432 const resolvedSymbol = typeChecker.getAliasedSymbol(symbol); constant
|
| /third_party/typescript/src/services/refactors/ |
| D | extractSymbol.ts | 1909 …const resolvedSymbol = checker.resolveName(symbol.name, scope, symbol.flags, /*excludeGlobals*/ fa… constant
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 13255 …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/ |
| D | typescriptServices.d.ts | 687 resolvedSymbol: Symbol; property
|
| D | typescript.d.ts | 687 resolvedSymbol: Symbol; property
|
| D | tsserverlibrary.d.ts | 687 resolvedSymbol: Symbol; property
|
| D | tsc.js | 49066 function getWidenedTypeForAssignmentDeclaration(symbol, resolvedSymbol) { argument 49181 … function getInitializerTypeFromAssignmentDeclaration(symbol, resolvedSymbol, expression, kind) { argument
|
| D | typingsInstaller.js | 59107 function getWidenedTypeForAssignmentDeclaration(symbol, resolvedSymbol) { argument 59227 … function getInitializerTypeFromAssignmentDeclaration(symbol, resolvedSymbol, expression, kind) { argument
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 687 resolvedSymbol: Symbol; property
|
| D | tsserverlibrary.d.ts | 687 resolvedSymbol: Symbol; property
|