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

References

tools/clang/tools/extra/clangd/Protocol.cpp
  561          LHS.USR == RHS.USR && LHS.ID == RHS.ID;
  561          LHS.USR == RHS.USR && LHS.ID == RHS.ID;
  579   if (P.ID.hasValue())
  580     Result["id"] = P.ID.getValue().str();
tools/clang/tools/extra/clangd/XRefs.cpp
 1008       NewSymbol.ID = SymbolID(NewSymbol.USR);
 1020       NewMacro.ID = SymbolID(NewMacro.USR);