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

References

tools/clang/tools/extra/clangd/Protocol.cpp
  975   return O << I.name << " - " << toJSON(I);
  979   llvm::json::Object Result{{"name", I.name},
 1002   if (!(O && O.map("name", I.name) && O.map("kind", I.kind) &&
tools/clang/tools/extra/clangd/XRefs.cpp
 1061   THI.name = printName(Ctx, ND);
 1092   THI.name = S.Name;
tools/clang/tools/extra/clangd/unittests/TypeHierarchyTests.cpp
   40 MATCHER_P(WithName, N, "") { return arg.name == N; }