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 &&
  573   if (!P.containerName.empty())
  574     Result["containerName"] = P.containerName;
  587   if (!S.containerName.empty()) {
  588     O << S.containerName;
tools/clang/tools/extra/clangd/XRefs.cpp
  996       std::tie(NewSymbol.containerName, NewSymbol.name) =
  999       if (NewSymbol.containerName.empty()) {
 1002           NewSymbol.containerName = printQualifiedName(*ParentND);