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 &&
  570   if (!P.name.empty())
  571     Result["name"] = P.name;
  594   O << S.name << " - " << toJSON(S);
tools/clang/tools/extra/clangd/XRefs.cpp
  996       std::tie(NewSymbol.containerName, NewSymbol.name) =
 1015     NewMacro.name = M->Name;
 1017     if (!index::generateUSRForMacro(NewMacro.name, M->Info->getDefinitionLoc(),