reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/GlobalCompilationDatabase.cpp
  271     BaseChanged = Base->watch([this](const std::vector<std::string> Changes) {
tools/clang/tools/extra/clangd/QueryDriverDatabase.cpp
  209         this->Base->watch([this](const std::vector<std::string> &Changes) {
tools/clang/tools/extra/clangd/index/Background.cpp
  146           CDB.watch([&](const std::vector<std::string> &ChangedFiles) {
tools/clang/tools/extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
  130   auto Sub = Outer.watch([&](const std::vector<std::string> &ChangedFiles) {
  247         DB.watch([&DiscoveredFiles](const std::vector<std::string> Changes) {
  269         DB.watch([&DiscoveredFiles](const std::vector<std::string> Changes) {
  292       DB.watch([&DiscoveredFiles](const std::vector<std::string> Changes) {