Searched refs:unwrapError (Results 1 – 2 of 2) sorted by relevance
282 return EntryRef(OriginalFilename, *Entry).unwrapError(); in getOrCreateFileSystemEntry()286 return EntryRef(OriginalFilename, *MaybeEntry).unwrapError(); in getOrCreateFileSystemEntry()
314 llvm::ErrorOr<EntryRef> unwrapError() const { in unwrapError() function