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

References

tools/clang/tools/extra/clangd/Function.h
   48     Subscription(Subscription &&Other) : Parent(nullptr) {
   51     Subscription &operator=(Subscription &&Other) {
   51     Subscription &operator=(Subscription &&Other) {
   68         *this = Subscription(); // Unsubscribe.
   75   Subscription observe(Listener L) {
   78     return Subscription(this, ListenerCount);
tools/clang/tools/extra/clangd/GlobalCompilationDatabase.h
   55   CommandChanged::Subscription watch(CommandChanged::Listener L) const {
  147   CommandChanged::Subscription BaseChanged;
tools/clang/tools/extra/clangd/QueryDriverDatabase.cpp
  270   CommandChanged::Subscription BaseChanged;
tools/clang/tools/extra/clangd/index/Background.h
  194   GlobalCompilationDatabase::CommandChanged::Subscription CommandsChanged;
tools/clang/tools/extra/clangd/unittests/FunctionTests.cpp
   21     Event<int>::Subscription SubA;
   26     Event<int>::Subscription SubB = E.observe([&](int) { ++N; });
tools/clang/tools/extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
  130   auto Sub = Outer.watch([&](const std::vector<std::string> &ChangedFiles) {
  246     auto Sub =
  268     auto Sub =
  291   auto Sub =
usr/include/c++/7.4.0/bits/move.h
   98     move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };