Lines Matching refs:EntryRef
43 EntryRef DependencyScanningWorkerFilesystem::scanForDirectivesIfNecessary( in scanForDirectivesIfNecessary()
47 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary()
54 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary()
60 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary()
71 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary()
80 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary()
240 llvm::ErrorOr<EntryRef>
260 llvm::ErrorOr<EntryRef> Result = getOrCreateFileSystemEntry(Filename); in status()
276 static llvm::ErrorOr<std::unique_ptr<llvm::vfs::File>> create(EntryRef Entry);
296 DepScanFile::create(EntryRef Entry) { in create()
317 llvm::ErrorOr<EntryRef> Result = getOrCreateFileSystemEntry(Filename); in openFileForRead()