Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h55 struct FormatStyle { struct
59 bool InheritsParentConfig;
62 int AccessModifierOffset;
65 enum BracketAlignmentStyle : unsigned char {
91 BracketAlignmentStyle AlignAfterOpenBracket;
99 enum AlignConsecutiveStyle {
175 AlignConsecutiveStyle AlignConsecutiveMacros;
243 AlignConsecutiveStyle AlignConsecutiveAssignments;
312 AlignConsecutiveStyle AlignConsecutiveBitFields;
381 AlignConsecutiveStyle AlignConsecutiveDeclarations;
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp397 llvm::Expected<FormatStyle> FormatStyle = in format() local
489 llvm::Expected<clang::format::FormatStyle> FormatStyle = in dumpConfig() local