Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h49 struct FormatStyle { struct
51 int AccessModifierOffset;
54 enum BracketAlignmentStyle {
80 BracketAlignmentStyle AlignAfterOpenBracket;
93 bool AlignConsecutiveMacros;
104 bool AlignConsecutiveAssignments;
115 bool AlignConsecutiveDeclarations;
118 enum EscapedNewlineAlignmentStyle {
149 EscapedNewlineAlignmentStyle AlignEscapedNewlines;
160 bool AlignOperands;
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/tools/clang-format/
HDClangFormat.cpp380 llvm::Expected<FormatStyle> FormatStyle = in format() local
467 llvm::Expected<clang::format::FormatStyle> FormatStyle = in dumpConfig() local