Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DgoToDefinition.ts24 const resolvedRef = getReferenceAtPosition(sourceFile, position, program); constant
DfindAllReferences.ts728 const resolvedRef = GoToDefinition.getReferenceAtPosition(node, position, program); constant
/third_party/typescript/src/compiler/
DtsbuildPublic.ts1570 const resolvedRef = resolveProjectReferencePath(ref); constant
Dprogram.ts3663 const resolvedRef: ResolvedProjectReference = { commandLine, sourceFile }; constant
/third_party/typescript/lib/
Dtsc.js107143 const resolvedRef = { commandLine, sourceFile }; variable