Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DharnessLanguageService.ts20 constructor(public fileName: string, public content: string, public isRootFile: boolean) { property in Harness.LanguageService.ScriptInfo
148 if (scriptInfo.isRootFile) {
174 public addScript(fileName: string, content: string, isRootFile: boolean): void {
177 …tInfos.set(vpath.resolve(this.vfs.cwd(), fileName), new ScriptInfo(fileName, content, isRootFile));
365 …ileName: string, content: string, isRootFile: boolean): void { this.nativeHost.addScript(fileName,…
DfourslashImpl.ts345 const isRootFile = !configParseResult || constant
348 this.languageServiceAdapterHost.addScript(fileName, file, isRootFile);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp547 static bool isRootFile(const MCDwarfFile &RootFile, StringRef &Directory, in isRootFile() function
574 if (isRootFile(RootFile, Directory, FileName, Checksum) && DwarfVersion >= 5) in tryGetFile()