Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DimportTracker.ts325 … const localSymbol = element.kind === SyntaxKind.ExportSpecifier && element.propertyName constant
DfindAllReferences.ts1532 …const localSymbol = getLocalSymbolForExportSpecifier(referenceLocation, referenceSymbol, exportSpe… constant
2097 …const localSymbol = exportSpecifier && checker.getExportSpecifierLocalTargetSymbol(exportSpecifier… constant
/third_party/typescript/src/services/codefixes/
DimportFixes.ts649 const localSymbol = getLocalSymbolForExportDefault(defaultExport); constant
/third_party/typescript/src/compiler/
Dtypes.ts868 …/* @internal */ localSymbol?: Symbol; // Local symbol declared by node (initialize… property
/third_party/typescript/lib/
Dtypescript.js120815 function isRecommendedCompletionMatch(localSymbol, recommendedCompletion, checker) { argument
DtypescriptServices.js120815 function isRecommendedCompletionMatch(localSymbol, recommendedCompletion, checker) { argument
Dtsserverlibrary.js120815 function isRecommendedCompletionMatch(localSymbol, recommendedCompletion, checker) { argument
Dtsserver.js120246 function isRecommendedCompletionMatch(localSymbol, recommendedCompletion, checker) { argument