Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/
DClangIncludeFixer.cpp326 auto InsertStyle = format::getStyle(format::DefaultFormatStyle, in includeFixerMain() local
328 if (!InsertStyle) { in includeFixerMain()
329 llvm::errs() << llvm::toString(InsertStyle.takeError()) << "\n"; in includeFixerMain()
333 Code->getBuffer(), Context, *InsertStyle, in includeFixerMain()
406 auto InsertStyle = in includeFixerMain() local
408 if (!InsertStyle) { in includeFixerMain()
409 llvm::errs() << llvm::toString(InsertStyle.takeError()) << "\n"; in includeFixerMain()
420 Buffer.get()->getBuffer(), Context, *InsertStyle); in includeFixerMain()