Home
last modified time | relevance | path

Searched refs:getAllFileContents (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DTUScheduler.h240 llvm::StringMap<std::string> getAllFileContents() const;
DClangdServer.cpp391 llvm::StringMap<std::string> Snapshot = WorkScheduler.getAllFileContents(); in rename()
DTUScheduler.cpp1299 llvm::StringMap<std::string> TUScheduler::getAllFileContents() const { in getAllFileContents() function in clang::clangd::TUScheduler