Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/CrossTU/
H A DCrossTranslationUnitTest.cpp85 llvm::Expected<const FunctionDecl *> NewFDorError = handleExpected( in HandleTranslationUnit() local
89 if (NewFDorError) { in HandleTranslationUnit()
90 const FunctionDecl *NewFD = *NewFDorError; in HandleTranslationUnit()