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 | 13214 …const resolvedSymbol = resolveName(param, paramSymbol.escapedName, SymbolFlags.Value, undefined, u… constant 16677 const resolvedSymbol = resolveSymbol(symbol); constant 32112 const { resolvedSymbol } = getNodeLinks(errorTarget); constant 44335 …const resolvedSymbol = valueSymbol && valueSymbol.flags & SymbolFlags.Alias ? resolveAlias(valueSy… constant 44438 const resolvedSymbol = getNodeLinks(reference).resolvedSymbol; constant 44464 const resolvedSymbol = getNodeLinks(reference).resolvedSymbol; constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 684 resolvedSymbol: Symbol; property
|
| D | typescriptServices.d.ts | 684 resolvedSymbol: Symbol; property
|
| D | tsserverlibrary.d.ts | 684 resolvedSymbol: Symbol; property
|
| D | typingsInstaller.js | 58912 function getWidenedTypeForAssignmentDeclaration(symbol, resolvedSymbol) { argument 59032 … function getInitializerTypeFromAssignmentDeclaration(symbol, resolvedSymbol, expression, kind) { argument
|
| D | tsc.js | 48887 function getWidenedTypeForAssignmentDeclaration(symbol, resolvedSymbol) { argument 49002 … function getInitializerTypeFromAssignmentDeclaration(symbol, resolvedSymbol, expression, kind) { argument
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 684 resolvedSymbol: Symbol; property
|
| D | tsserverlibrary.d.ts | 684 resolvedSymbol: Symbol; property
|