Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h55 struct FormatStyle { struct
59 bool InheritsParentConfig;
62 int AccessModifierOffset;
936 bool BinPackArguments;
1824 unsigned ColumnLimit;
1965 bool DisableFormat;
2367 bool IndentRequires;
2765 int PPIndentWidth;
2864 bool ReflowComments;
3357 unsigned TabWidth;
[all …]
/freebsd-13.1/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp397 llvm::Expected<FormatStyle> FormatStyle = in format() local
500 llvm::Expected<clang::format::FormatStyle> FormatStyle = in dumpConfig() local