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

References

tools/clang/tools/extra/clangd/FindTarget.cpp
  141       Flags |= Rel::Alias; // continue with the alias.
  145       Flags |= Rel::Alias; // continue with the alias.
  148       Flags |= Rel::Alias; // continue with the alias
  152       report(USD->getUsingDecl(), Flags | Rel::Alias);
  269               Flags | Rel::Alias | Rel::TemplatePattern);
  541                                    DeclRelation::Alias)};
  548                                    DeclRelation::Alias)};
  737     REL_CASE(Alias);
tools/clang/tools/extra/clangd/unittests/FindTargetTests.cpp
  129   EXPECT_DECLS("DeclRefExpr", {"using foo::f", Rel::Alias},
  140   EXPECT_DECLS("UsingDecl", {"using foo::f", Rel::Alias},
  153   EXPECT_DECLS("MemberExpr", {"using X::foo", Rel::Alias},
  210   EXPECT_DECLS("NestedNameSpecifierLoc", {"namespace b = a", Rel::Alias},
  226   EXPECT_DECLS("TypedefTypeLoc", {"typedef S X", Rel::Alias},
  353                 Rel::Alias | Rel::TemplatePattern});