Home
last modified time | relevance | path

Searched refs:handleExpected (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DErrorTest.cpp652 handleExpected(Expected<int>(42), in TEST()
673 handleExpected( in TEST()
691 handleExpected( in TEST()
/llvm-project-15.0.7/clang/unittests/CrossTU/
H A DCrossTranslationUnitTest.cpp85 llvm::Expected<const FunctionDecl *> NewFDorError = handleExpected( in HandleTranslationUnit()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DError.h1001 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected() function