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

References

tools/clang/tools/clang-format/ClangFormat.cpp
  531     Error = clang::format::format("-");
  532     return Error ? 1 : 0;
  543     Error |= clang::format::format(FileName);
  545   return Error ? 1 : 0;