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

References

tools/clang/lib/Tooling/Refactoring/ASTSelectionRequirements.cpp
   23       findSelectedASTNodes(Context.getASTContext(), *Range);
tools/clang/lib/Tooling/Refactoring/Extract/Extract.cpp
  108   ASTContext &AST = Context.getASTContext();
tools/clang/lib/Tooling/Refactoring/Rename/RenamingAction.cpp
   48       getUSRsForDeclaration(ND, Context.getASTContext());
   51                               Context.getASTContext().getTranslationUnitDecl());
   69       getNamedDeclAt(Context.getASTContext(), SelectionRange.getBegin());
   87       *Occurrences, Context.getASTContext().getSourceManager(), Name);
   95       getNamedDeclFor(Context.getASTContext(), OldQualifiedName);
  138   auto USRs = getUSRsForDeclaration(ND, Context.getASTContext());
  141       USRs, NewQualifiedName, Context.getASTContext().getTranslationUnitDecl());