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

References

tools/clang/tools/clang-format/ClangFormat.cpp
  418   auto ChangedCode = tooling::applyAllReplacements(Code->getBuffer(), Replaces);
  424   Ranges = tooling::calculateRangesAfterReplacements(Replaces, Ranges);
  428   Replaces = Replaces.merge(FormatChanges);
  428   Replaces = Replaces.merge(FormatChanges);
  431       return emitReplacementWarnings(Replaces, AssumedFileName, Code);
  433       outputXML(Replaces, FormatChanges, Status, Cursor, CursorPosition);
  446     tooling::applyAllReplacements(Replaces, Rewrite);