Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp435 if (llvm::Expected<ASTUnit *> FoundForFile = in getASTUnitForFunction() local
439 NameASTUnitMap[FunctionName] = *FoundForFile; in getASTUnitForFunction()
440 return *FoundForFile; in getASTUnitForFunction()
443 return FoundForFile.takeError(); in getASTUnitForFunction()