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

References

tools/clang/lib/Format/Format.cpp
  845   GoogleStyle.AccessModifierOffset = -1;
  846   GoogleStyle.AlignEscapedNewlines = FormatStyle::ENAS_Left;
  847   GoogleStyle.AllowShortIfStatementsOnASingleLine =
  849   GoogleStyle.AllowShortLoopsOnASingleLine = true;
  850   GoogleStyle.AlwaysBreakBeforeMultilineStrings = true;
  851   GoogleStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_Yes;
  852   GoogleStyle.ConstructorInitializerAllOnOneLineOrOnePerLine = true;
  853   GoogleStyle.DerivePointerAlignment = true;
  854   GoogleStyle.IncludeStyle.IncludeCategories = {{"^<ext/.*\\.h>", 2, 0},
  858   GoogleStyle.IncludeStyle.IncludeIsMainRegex = "([-_](test|unittest))?$";
  859   GoogleStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup;
  860   GoogleStyle.IndentCaseLabels = true;
  861   GoogleStyle.KeepEmptyLinesAtTheStartOfBlocks = false;
  862   GoogleStyle.ObjCBinPackProtocolList = FormatStyle::BPS_Never;
  863   GoogleStyle.ObjCSpaceAfterProperty = false;
  864   GoogleStyle.ObjCSpaceBeforeProtocolList = true;
  865   GoogleStyle.PointerAlignment = FormatStyle::PAS_Left;
  866   GoogleStyle.RawStringFormats = {
  907   GoogleStyle.SpacesBeforeTrailingComments = 2;
  908   GoogleStyle.Standard = FormatStyle::LS_Auto;
  910   GoogleStyle.PenaltyReturnTypeOnItsOwnLine = 200;
  911   GoogleStyle.PenaltyBreakBeforeFirstCallParameter = 1;
  914     GoogleStyle.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
  915     GoogleStyle.AlignOperands = false;
  916     GoogleStyle.AlignTrailingComments = false;
  917     GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty;
  918     GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
  919     GoogleStyle.AlwaysBreakBeforeMultilineStrings = false;
  920     GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment;
  921     GoogleStyle.ColumnLimit = 100;
  922     GoogleStyle.SpaceAfterCStyleCast = true;
  923     GoogleStyle.SpacesBeforeTrailingComments = 1;
  925     GoogleStyle.AlignAfterOpenBracket = FormatStyle::BAS_AlwaysBreak;
  926     GoogleStyle.AlignOperands = false;
  927     GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty;
  928     GoogleStyle.AlwaysBreakBeforeMultilineStrings = false;
  929     GoogleStyle.BreakBeforeTernaryOperators = false;
  932     GoogleStyle.CommentPragmas = "(taze:|^/[ \t]*<|@see)";
  933     GoogleStyle.MaxEmptyLinesToKeep = 3;
  934     GoogleStyle.NamespaceIndentation = FormatStyle::NI_All;
  935     GoogleStyle.SpacesInContainerLiterals = false;
  936     GoogleStyle.JavaScriptQuotes = FormatStyle::JSQS_Single;
  937     GoogleStyle.JavaScriptWrapImports = false;
  939     GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty;
  940     GoogleStyle.AlwaysBreakBeforeMultilineStrings = false;
  941     GoogleStyle.SpacesInContainerLiterals = false;
  942     GoogleStyle.Cpp11BracedListStyle = false;
  948     GoogleStyle.BreakStringLiterals = false;
  950     GoogleStyle.AlwaysBreakBeforeMultilineStrings = false;
  951     GoogleStyle.ColumnLimit = 100;
  955     GoogleStyle.IncludeStyle.IncludeBlocks =
  959   return GoogleStyle;