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;
165 struct AlignConsecutiveStyle {
302 AlignConsecutiveStyle AlignConsecutiveMacros;
312 AlignConsecutiveStyle AlignConsecutiveAssignments;
[all …]
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp447 Expected<FormatStyle> FormatStyle = in format() local
569 Expected<clang::format::FormatStyle> FormatStyle = clang::format::getStyle( in dumpConfig() local