Home
last modified time | relevance | path

Searched refs:ReferenceFileLocation (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts697 export interface ReferenceFileLocation { interface
712 …eferenceFileLocation(location: ReferenceFileLocation | SyntheticReferenceFileLocation): location i…
713 return (location as ReferenceFileLocation).pos !== undefined;
717 …th: (path: Path) => SourceFile | undefined, ref: ReferencedFile): ReferenceFileLocation | Syntheti…
1373 …end } = getReferencedFileLocation(getSourceFileByPath, diagnostic.reason) as ReferenceFileLocation;