|
CIRCT 22.0.0git
|
This is the complete list of members for circt::lsp::PendingChangesMap, including all inherited members.
| abort() | circt::lsp::PendingChangesMap | |
| debounceAndThen(const llvm::lsp::DidChangeTextDocumentParams ¶ms, DebounceOptions options, std::function< void(std::unique_ptr< PendingChanges >)> cb) | circt::lsp::PendingChangesMap | |
| debounceAndUpdate(const llvm::lsp::DidChangeTextDocumentParams ¶ms, DebounceOptions options, std::function< void(std::unique_ptr< PendingChanges >)> cb) | circt::lsp::PendingChangesMap | |
| enqueueChange(const llvm::lsp::DidChangeTextDocumentParams ¶ms) | circt::lsp::PendingChangesMap | |
| erase(llvm::StringRef key) | circt::lsp::PendingChangesMap | |
| erase(const llvm::lsp::URIForFile &uri) | circt::lsp::PendingChangesMap | |
| getOrCreateEntry(std::string_view key) | circt::lsp::PendingChangesMap | private |
| mu | circt::lsp::PendingChangesMap | private |
| pending | circt::lsp::PendingChangesMap | private |
| PendingChangesMap(unsigned maxThreads=std::thread::hardware_concurrency()) | circt::lsp::PendingChangesMap | inlineexplicit |
| pool | circt::lsp::PendingChangesMap | private |
| takeAndErase(llvm::StringMap< PendingChanges >::iterator it) | circt::lsp::PendingChangesMap | private |
| tasks | circt::lsp::PendingChangesMap | private |