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

References

tools/clang/tools/extra/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
  101   if (!FormatStyleOrError) {
  102     llvm::errs() << llvm::toString(FormatStyleOrError.takeError()) << "\n";
  105   format::FormatStyle FormatStyle = std::move(*FormatStyleOrError);