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

References

tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
  250     const NamedDecl *Decl = Expr->getFoundDecl();
  257     auto StartLoc = Expr->getBeginLoc();
  260     SourceLocation EndLoc = Expr->hasExplicitTemplateArgs()
  261                                 ? Expr->getLAngleLoc().getLocWithOffset(-1)
  262                                 : Expr->getEndLoc();
  286       if (!Expr->hasQualifier())
  305       EndLoc = Expr->getQualifierLoc().getEndLoc().getLocWithOffset(-1);
  314                          getClosestAncestorDecl(*Expr),
  315                          Expr->getQualifier(),