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()
241 llvm::ErrorOr<EntryRef>
261 llvm::ErrorOr<EntryRef> Result = getOrCreateFileSystemEntry(Filename); in status()
277 static llvm::ErrorOr<std::unique_ptr<llvm::vfs::File>> create(EntryRef Entry);
297 DepScanFile::create(EntryRef Entry) { in create()
318 llvm::ErrorOr<EntryRef> Result = getOrCreateFileSystemEntry(Filename); in openFileForRead()