Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp389 std::vector<StringRef> DocsInserted; in findDifferences() local
409 DocsInserted.push_back(DocLHS->getInstallName()); in findDifferences()
413 llvm::find_if(DocsInserted, [&](const auto &GatheredDoc) { in findDifferences()
416 if (WasGathered == DocsInserted.end()) in findDifferences()