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

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
  421       if (It != RequestCancelers.end() && It->second.second == Cookie)
  421       if (It != RequestCancelers.end() && It->second.second == Cookie)
  422         RequestCancelers.erase(It);