Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp464 if (llvm::Expected<ASTUnit *> FoundForFile = in getASTUnitForFunction() local
468 NameASTUnitMap[FunctionName] = *FoundForFile; in getASTUnitForFunction()
469 return *FoundForFile; in getASTUnitForFunction()
472 return FoundForFile.takeError(); in getASTUnitForFunction()