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

Declarations

tools/clang/tools/extra/clangd/Context.h
   77   static Context swapCurrent(Context Replacement);

References

tools/clang/tools/extra/clangd/Context.h
  191   WithContext(Context C) : Restore(Context::swapCurrent(std::move(C))) {}
  192   ~WithContext() { Context::swapCurrent(std::move(Restore)); }