Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DGlobalCompilationDatabase.cpp298 std::vector<llvm::StringRef> FileAncestors; in broadcastCDB() local
306 FileAncestors.push_back(It.first->getKey()); in broadcastCDB()
311 for (DirectoryCache *Dir : getDirectoryCaches(FileAncestors)) { in broadcastCDB()