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

References

tools/clang/tools/clang-format/ClangFormat.cpp
  408   if (!FormatStyle) {
  409     llvm::errs() << llvm::toString(FormatStyle.takeError()) << "\n";
  414     FormatStyle->SortIncludes = SortIncludes;
  416   Replacements Replaces = sortIncludes(*FormatStyle, Code->getBuffer(), Ranges,
  427       reformat(*FormatStyle, *ChangedCode, Ranges, AssumedFileName, &Status);