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

References

tools/clang/tools/extra/clangd/FindTarget.cpp
  135     debug(*D, Flags);
  140       add(TND->getUnderlyingType(), Flags | Rel::Underlying);
  141       Flags |= Rel::Alias; // continue with the alias.
  144         add(S->getUnderlyingDecl(), Flags | Rel::Underlying);
  145       Flags |= Rel::Alias; // continue with the alias.
  147       add(NAD->getUnderlyingDecl(), Flags | Rel::Underlying);
  148       Flags |= Rel::Alias; // continue with the alias
  152       report(USD->getUsingDecl(), Flags | Rel::Alias);
  156       Flags |= Rel::Underlying; // continue with the underlying decl.
  161       add(Pat, Flags | Rel::TemplatePattern);
  163       Flags |= Rel::TemplateInstantiation;
  166     report(D, Flags);