Home
last modified time | relevance | path

Searched defs:referencePath (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/services/
DgoToDefinition.ts233 const referencePath = findReferenceInPosition(sourceFile.referencedFiles, position); constant
/third_party/typescript/src/harness/
DharnessIO.ts1326 function referencePath(fileName: string, baselineFolder?: string, subfolder?: string) { function
/third_party/typescript/lib/
Dtsc.js15611 function getExternalModuleNameFromPath(host, fileName, referencePath) { argument