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
  972     auto &Replaces = FileToReplacements[FilePath];
  992       tooling::Replacement Deletion(FilePath, NewOffset, NewLength, "");
 1000       tooling::Replacement Insertion(FilePath, NewInsertionOffset, 0,
 1007     const auto &FwdDeclInsertions = InsertFwdDecls[FilePath];
 1011       tooling::Replacement Insertion(FilePath, NewInsertionOffset, 0,
 1019         format::getStyle(format::DefaultFormatStyle, FilePath, FallbackStyle);
 1031     FileToReplacements[FilePath] = *CleanReplacements;