Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h55 struct FormatStyle { struct
59 bool InheritsParentConfig;
63 int AccessModifierOffset;
66 enum BracketAlignmentStyle : int8_t {
107 BracketAlignmentStyle AlignAfterOpenBracket;
110 enum ArrayInitializerAlignmentStyle : int8_t {
143 ArrayInitializerAlignmentStyle AlignArrayOfStructures;
164 struct AlignConsecutiveStyle {
286 AlignConsecutiveStyle AlignConsecutiveMacros;
296 AlignConsecutiveStyle AlignConsecutiveAssignments;
[all …]
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp454 Expected<FormatStyle> FormatStyle = in format() local
573 Expected<clang::format::FormatStyle> FormatStyle = clang::format::getStyle( in dumpConfig() local