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

References

tools/clang/tools/extra/clangd/FindTarget.cpp
  760   for (const NamedDecl *T : R.Targets) {
tools/clang/tools/extra/clangd/XRefs.cpp
 1312     for (const Decl *D : Ref.Targets) {
tools/clang/tools/extra/clangd/refactor/tweaks/DefineInline.cpp
  169     if (Ref.Targets.empty())
  175     for (const NamedDecl *ND : Ref.Targets) {
  176       if (ND->getDeclContext() != Ref.Targets.front()->getDeclContext()) {
  178              printQualifiedName(*Ref.Targets.front()), printQualifiedName(*ND));
  184     const NamedDecl *ND = Ref.Targets.front();
tools/clang/tools/extra/clangd/refactor/tweaks/RemoveUsingNamespace.cpp
  151       for (auto *T : Ref.Targets) {