Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h55 struct FormatStyle { struct
59 bool InheritsParentConfig;
63 int AccessModifierOffset;
66 enum BracketAlignmentStyle : int8_t {
106 BracketAlignmentStyle AlignAfterOpenBracket;
109 enum ArrayInitializerAlignmentStyle : int8_t {
140 ArrayInitializerAlignmentStyle AlignArrayOfStructures;
161 struct AlignConsecutiveStyle {
265 AlignConsecutiveStyle AlignConsecutiveMacros;
275 AlignConsecutiveStyle AlignConsecutiveAssignments;
[all …]
/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A DClangFormat.cpp441 llvm::Expected<FormatStyle> FormatStyle = in format() local
566 llvm::Expected<clang::format::FormatStyle> FormatStyle = in dumpConfig() local