Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/
H A DIterator.cpp142 class OrIterator : public Iterator { class
144 explicit OrIterator(std::vector<std::unique_ptr<Iterator>> AllChildren) in OrIterator() function in clang::clangd::dex::__anon20ee8acc0111::OrIterator
403 auto &NewChildren = static_cast<OrIterator *>(Child.get())->Children; in unionOf()
420 return std::make_unique<OrIterator>(std::move(RealChildren)); in unionOf()