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 D | ClangIncludeFixer.cpp | 332 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 D | ClangFormat.cpp | 66 cl::init(clang::format::DefaultFormatStyle),
|
| /llvm-project-15.0.7/clang/include/clang/Format/ |
| H A D | Format.h | 4227 extern const char *DefaultFormatStyle;
|
| /llvm-project-15.0.7/clang-tools-extra/clang-move/ |
| H A D | Move.cpp | 782 auto Style = format::getStyle(format::DefaultFormatStyle, FilePath, in removeDeclsInOldFiles()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/ |
| H A D | ChangeNamespace.cpp | 1009 format::getStyle(format::DefaultFormatStyle, FilePath, FallbackStyle); in onEndOfTranslationUnit()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | SourceCode.cpp | 580 auto Style = format::getStyle(format::DefaultFormatStyle, File, in getFormatStyleForFile()
|
| H A D | ClangdServer.cpp | 515 auto Style = format::getStyle(format::DefaultFormatStyle, File, in formatOnType()
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | Format.cpp | 3509 const char *DefaultFormatStyle = "file"; variable
|