clang-tools
8.0.0
|
This is the complete list of members for clang::clangd::BackgroundIndex, including all inherited members.
BackgroundIndex(Context BackgroundContext, const FileSystemProvider &, const GlobalCompilationDatabase &CDB, BackgroundIndexStorage::Factory IndexStorageFactory, size_t BuildIndexPeriodMs=0, size_t ThreadPoolSize=llvm::heavyweight_hardware_concurrency()) | clang::clangd::BackgroundIndex | |
blockUntilIdleForTest(llvm::Optional< double > TimeoutSeconds=10) | clang::clangd::BackgroundIndex | |
enqueue(const std::vector< std::string > &ChangedFiles) | clang::clangd::BackgroundIndex | |
estimateMemoryUsage() const override | clang::clangd::SwapIndex | virtual |
fuzzyFind(const FuzzyFindRequest &, llvm::function_ref< void(const Symbol &)>) const override | clang::clangd::SwapIndex | virtual |
lookup(const LookupRequest &, llvm::function_ref< void(const Symbol &)>) const override | clang::clangd::SwapIndex | virtual |
refs(const RefsRequest &, llvm::function_ref< void(const Ref &)>) const override | clang::clangd::SwapIndex | virtual |
reset(std::unique_ptr< SymbolIndex >) | clang::clangd::SwapIndex | |
stop() | clang::clangd::BackgroundIndex | |
SwapIndex(std::unique_ptr< SymbolIndex > Index=nullptr) | clang::clangd::SwapIndex | inline |
~BackgroundIndex() | clang::clangd::BackgroundIndex | |
~SymbolIndex()=default | clang::clangd::SymbolIndex | virtual |