Home
last modified time | relevance | path

Searched refs:unwrapError (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp282 return EntryRef(OriginalFilename, *Entry).unwrapError(); in getOrCreateFileSystemEntry()
286 return EntryRef(OriginalFilename, *MaybeEntry).unwrapError(); in getOrCreateFileSystemEntry()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h314 llvm::ErrorOr<EntryRef> unwrapError() const { in unwrapError() function