Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h46 struct FormatStyle { struct
48 int AccessModifierOffset;
51 enum BracketAlignmentStyle {
77 BracketAlignmentStyle AlignAfterOpenBracket;
88 bool AlignConsecutiveAssignments;
99 bool AlignConsecutiveDeclarations;
103 bool AlignEscapedNewlinesLeft;
114 bool AlignOperands;
117 bool AlignTrailingComments;
121 bool AllowAllParametersOfDeclarationOnNextLine;
[all …]
/external/clang/tools/clang-format/
DClangFormat.cpp254 FormatStyle FormatStyle = getStyle(Style, AssumedFileName, FallbackStyle); in format() local
/external/clang/unittests/Format/
DFormatTest.cpp11490 TEST(FormatStyle, GetStyleOfFile) { in TEST() argument