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

References

tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
  183     if (llvm::isa<UsingDecl>(Decl))
  187     if (llvm::isa<CXXDestructorDecl>(Decl))
  190     if (Decl->isImplicit())
  193     if (isInUSRSet(Decl)) {
  196       if (const auto* TAT = dyn_cast<TypeAliasTemplateDecl>(Decl))
  197         Decl = TAT->getTemplatedDecl();
  199       auto StartLoc = Decl->getLocation();