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

References

tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
  785                         *Result.SourceManager, &FileToReplacements);
  799           Result.SourceManager->getSpellingLoc(Start),
  800           Result.SourceManager->getSpellingLoc(End)),
  801       *Result.SourceManager, Result.Context->getLangOpts());
  801       *Result.SourceManager, Result.Context->getLangOpts());
  811     if (!isDeclVisibleAtLocation(*Result.SourceManager, UsingNamespace, DeclCtx,
  825     if (!isDeclVisibleAtLocation(*Result.SourceManager, NamespaceAlias, DeclCtx,
  860     if (isDeclVisibleAtLocation(*Result.SourceManager, Using, DeclCtx, Start)) {
  883   addReplacementOrDie(Start, End, ReplaceName, *Result.SourceManager,