Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp393 auto Pair = llvm::find_if(IFRHS->documents(), [&](const auto &DocRHS) { in findDifferences() argument
394 return (DocLHS->getInstallName() == DocRHS->getInstallName()); in findDifferences()
411 for (auto DocRHS : IFRHS->documents()) { in findDifferences() local
414 return (GatheredDoc == DocRHS->getInstallName()); in findDifferences()
418 DocRHS->getInstallName(), getSingleIF(DocRHS.get(), rhs)))); in findDifferences()