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

References

tools/clang/unittests/Format/FormatTest.cpp
12484   Style.Language = FormatStyle::LK_Cpp;
12505   Style.PointerAlignment = FormatStyle::PAS_Middle;
12520   Style.Standard = FormatStyle::LS_Auto;
12534   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
12547   Style.BreakConstructorInitializers = FormatStyle::BCIS_BeforeColon;
12558   Style.BreakInheritanceList = FormatStyle::BILS_BeforeColon;
12569   Style.AlignAfterOpenBracket = FormatStyle::BAS_AlwaysBreak;
12582   Style.AlignEscapedNewlines = FormatStyle::ENAS_Left;
12595   Style.UseTab = FormatStyle::UT_ForIndentation;
12605   Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty;
12618   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
12633   Style.SpaceBeforeParens = FormatStyle::SBPO_Always;
12648   Style.ColumnLimit = 123;
12653   Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
12672   Style.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Never;
12691   Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_All;
12704   Style.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_Yes;
12716   Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_All;
12725   Style.NamespaceIndentation = FormatStyle::NI_All;
12733   Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Always;
12749   Style.ForEachMacros.clear();
12759   Style.StatementMacros.clear();
12765   Style.NamespaceMacros.clear();
12771   Style.IncludeStyle.IncludeCategories.clear();
12783   Style.RawStringFormats.clear();