Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h55 struct FormatStyle { struct
59 bool InheritsParentConfig;
63 int AccessModifierOffset;
1562 bool BreakArrays;
2346 bool DisableFormat;
2775 bool InsertBraces;
3462 int PPIndentWidth;
3638 bool ReflowComments;
4669 unsigned TabWidth;
4721 UseTabStyle UseTab;
[all …]
/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp443 llvm::Expected<FormatStyle> FormatStyle = in format() local
563 llvm::Expected<clang::format::FormatStyle> FormatStyle = in dumpConfig() local