Home
last modified time | relevance | path

Searched defs:IndexRequestCollector (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp1682 class IndexRequestCollector : public SymbolIndex { global() class
1684 IndexRequestCollector(std::vector<Symbol> Syms = {}) : Symbols(Syms) {} IndexRequestCollector() function in clang::clangd::__anon17df6cb70111::IndexRequestCollector