Searched refs:IndexFactory (Results 1 – 3 of 3) sorted by relevance
24 using IndexFactory = std::function<std::unique_ptr<SymbolIndex>( variable32 std::unique_ptr<SymbolIndex> createProjectAwareIndex(IndexFactory, bool Sync);
53 ProjectAwareIndex(IndexFactory Gen, bool Sync) : Gen(std::move(Gen)) { in ProjectAwareIndex()69 const IndexFactory Gen;135 std::unique_ptr<SymbolIndex> createProjectAwareIndex(IndexFactory Gen, in createProjectAwareIndex()
36 IndexFactory Gen = [](const Config::ExternalIndexSpec &, AsyncTaskRunner *) { in TEST()57 IndexFactory Gen = [&](const Config::ExternalIndexSpec &, AsyncTaskRunner *) { in TEST()