Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DimportTracker.ts391 for (const referencingFile of sourceFiles) { constant
DfindAllReferences.ts819 const referencingFile = program.getSourceFileByPath(ref.file)!; constant
/third_party/typescript/lib/
Dtsc.js106622 function getSourceFileFromReference(referencingFile, ref) { argument