Home
last modified time | relevance | path

Searched refs:FormatStyleOrError (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-apply-replacements/tool/
DClangApplyReplacementsMain.cpp99 auto FormatStyleOrError = format::getStyle(FormatStyleOpt, FormatStyleConfig, in main() local
101 if (!FormatStyleOrError) { in main()
102 llvm::errs() << llvm::toString(FormatStyleOrError.takeError()) << "\n"; in main()
105 format::FormatStyle FormatStyle = std::move(*FormatStyleOrError); in main()