Lines Matching refs:EntryRef
44 EntryRef DependencyScanningWorkerFilesystem::scanForDirectivesIfNecessary( in scanForDirectivesIfNecessary()
48 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary()
55 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary()
61 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary()
72 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary()
81 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary()
258 llvm::ErrorOr<EntryRef>
296 llvm::ErrorOr<EntryRef> Result = getOrCreateFileSystemEntry(Filename); in status()
312 static llvm::ErrorOr<std::unique_ptr<llvm::vfs::File>> create(EntryRef Entry);
332 DepScanFile::create(EntryRef Entry) { in create()
356 llvm::ErrorOr<EntryRef> Result = getOrCreateFileSystemEntry(Filename); in openFileForRead()