Home
last modified time | relevance | path

Searched defs:FormatStyle (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h54 struct FormatStyle { struct
58 bool InheritsParentConfig;
62 int AccessModifierOffset;
828 bool BinPackArguments;
1742 unsigned ColumnLimit;
1945 bool DisableFormat;
2474 bool InsertBraces;
2882 int PPIndentWidth;
2984 bool ReflowComments;
3821 unsigned TabWidth;
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-apply-replacements/tool/
H A DClangApplyReplacementsMain.cpp110 format::FormatStyle FormatStyle = std::move(*FormatStyleOrError); in main() local
/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp440 llvm::Expected<FormatStyle> FormatStyle = in format() local
565 llvm::Expected<clang::format::FormatStyle> FormatStyle = in dumpConfig() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.h94 llvm::Optional<std::string> FormatStyle; member
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp140 static cl::opt<std::string> FormatStyle("format-style", cl::desc(R"( variable
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp22873 TEST(FormatStyle, GetStyleWithEmptyFileName) { in TEST() argument
22880 TEST(FormatStyle, GetStyleOfFile) { in TEST() argument
23084 TEST(FormatStyle, GetStyleOfSpecificFile) { in TEST() argument