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

References

tools/clang/tools/extra/clangd/Protocol.cpp
  560   return LHS.name == RHS.name && LHS.containerName == RHS.containerName &&
  560   return LHS.name == RHS.name && LHS.containerName == RHS.containerName &&
  561          LHS.USR == RHS.USR && LHS.ID == RHS.ID;
  561          LHS.USR == RHS.USR && LHS.ID == RHS.ID;