Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/tool/
H A DClangIncludeFixer.cpp332 auto InsertStyle = format::getStyle(format::DefaultFormatStyle, in includeFixerMain()
413 format::getStyle(format::DefaultFormatStyle, FilePath, Style); in includeFixerMain()
/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp66 cl::init(clang::format::DefaultFormatStyle),
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h4227 extern const char *DefaultFormatStyle;
/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.cpp782 auto Style = format::getStyle(format::DefaultFormatStyle, FilePath, in removeDeclsInOldFiles()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp1009 format::getStyle(format::DefaultFormatStyle, FilePath, FallbackStyle); in onEndOfTranslationUnit()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.cpp580 auto Style = format::getStyle(format::DefaultFormatStyle, File, in getFormatStyleForFile()
H A DClangdServer.cpp515 auto Style = format::getStyle(format::DefaultFormatStyle, File, in formatOnType()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp3509 const char *DefaultFormatStyle = "file"; variable