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