reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/Format.cpp
 1050   Style.AccessModifierOffset = -4;
 1051   Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
 1052   Style.AlignOperands = false;
 1053   Style.AlignTrailingComments = false;
 1054   Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty;
 1055   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
 1056   Style.BreakBeforeBraces = FormatStyle::BS_WebKit;
 1057   Style.BreakConstructorInitializers = FormatStyle::BCIS_BeforeComma;
 1058   Style.Cpp11BracedListStyle = false;
 1059   Style.ColumnLimit = 0;
 1060   Style.FixNamespaceComments = false;
 1061   Style.IndentWidth = 4;
 1062   Style.NamespaceIndentation = FormatStyle::NI_Inner;
 1063   Style.ObjCBlockIndentWidth = 4;
 1064   Style.ObjCSpaceAfterProperty = true;
 1065   Style.PointerAlignment = FormatStyle::PAS_Left;
 1066   Style.SpaceBeforeCpp11BracedList = true;
 1067   Style.SpaceInEmptyBlock = true;
 1068   return Style;