Home
last modified time | relevance | path

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

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