Searched refs:ProjectAwareIndex (Results 1 – 1 of 1) sorted by relevance
27 class ProjectAwareIndex : public SymbolIndex { class53 ProjectAwareIndex(IndexFactory Gen, bool Sync) : Gen(std::move(Gen)) { in ProjectAwareIndex() function in clang::clangd::__anonba7a63790111::ProjectAwareIndex72 size_t ProjectAwareIndex::estimateMemoryUsage() const { in estimateMemoryUsage()80 void ProjectAwareIndex::lookup( in lookup()88 bool ProjectAwareIndex::refs( in refs()97 bool ProjectAwareIndex::fuzzyFind( in fuzzyFind()106 void ProjectAwareIndex::relations( in relations()115 ProjectAwareIndex::indexedFiles() const { in indexedFiles()122 SymbolIndex *ProjectAwareIndex::getIndex() const { in getIndex()138 return std::make_unique<ProjectAwareIndex>(std::move(Gen), Sync); in createProjectAwareIndex()