Searched defs:FormatStyle (Results 1 – 6 of 6) sorted by relevance
54 struct FormatStyle { struct58 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 …]
110 format::FormatStyle FormatStyle = std::move(*FormatStyleOrError); in main() local
440 llvm::Expected<FormatStyle> FormatStyle = in format() local565 llvm::Expected<clang::format::FormatStyle> FormatStyle = in dumpConfig() local
94 llvm::Optional<std::string> FormatStyle; member
140 static cl::opt<std::string> FormatStyle("format-style", cl::desc(R"( variable
22873 TEST(FormatStyle, GetStyleWithEmptyFileName) { in TEST() argument22880 TEST(FormatStyle, GetStyleOfFile) { in TEST() argument23084 TEST(FormatStyle, GetStyleOfSpecificFile) { in TEST() argument