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

References

tools/clang/tools/extra/clangd/Function.h
   49       *this = std::move(Other);
   68         *this = Subscription(); // Unsubscribe.
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
  208     BaseChanged =
tools/clang/tools/extra/clangd/unittests/FunctionTests.cpp
   31     SubA = E.observe([&](int) { ++N; });
   37     SubA = std::move(SubB);