Home
last modified time | relevance | path

Searched refs:expectedToStdOptional (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp573 if (llvm::expectedToStdOptional( in PrivateAutoComplete()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1087 template <typename T> std::optional<T> expectedToStdOptional(Expected<T> &&E) { in expectedToStdOptional() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2522 llvm::expectedToStdOptional( in GetValueForExpressionPath_Impl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6108 StartNotesFn(expectedToStdOptional(Obj.getSectionName(S)), S.sh_offset, in processNotesHelper()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6379 if (llvm::expectedToStdOptional( in GetChildCompilerTypeAtIndex()