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

References

tools/clang/include/clang/Format/Format.h
 2027     return AccessModifierOffset == R.AccessModifierOffset &&
 2028            AlignAfterOpenBracket == R.AlignAfterOpenBracket &&
 2029            AlignConsecutiveAssignments == R.AlignConsecutiveAssignments &&
 2030            AlignConsecutiveDeclarations == R.AlignConsecutiveDeclarations &&
 2031            AlignEscapedNewlines == R.AlignEscapedNewlines &&
 2032            AlignOperands == R.AlignOperands &&
 2033            AlignTrailingComments == R.AlignTrailingComments &&
 2034            AllowAllArgumentsOnNextLine == R.AllowAllArgumentsOnNextLine &&
 2036                R.AllowAllConstructorInitializersOnNextLine &&
 2038                R.AllowAllParametersOfDeclarationOnNextLine &&
 2039            AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&
 2041                R.AllowShortCaseLabelsOnASingleLine &&
 2043                R.AllowShortFunctionsOnASingleLine &&
 2045                R.AllowShortIfStatementsOnASingleLine &&
 2046            AllowShortLambdasOnASingleLine == R.AllowShortLambdasOnASingleLine &&
 2047            AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
 2048            AlwaysBreakAfterReturnType == R.AlwaysBreakAfterReturnType &&
 2050                R.AlwaysBreakBeforeMultilineStrings &&
 2052                R.AlwaysBreakTemplateDeclarations &&
 2053            BinPackArguments == R.BinPackArguments &&
 2054            BinPackParameters == R.BinPackParameters &&
 2055            BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
 2056            BreakBeforeBraces == R.BreakBeforeBraces &&
 2057            BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
 2058            BreakConstructorInitializers == R.BreakConstructorInitializers &&
 2059            CompactNamespaces == R.CompactNamespaces &&
 2060            BreakAfterJavaFieldAnnotations == R.BreakAfterJavaFieldAnnotations &&
 2061            BreakStringLiterals == R.BreakStringLiterals &&
 2062            ColumnLimit == R.ColumnLimit && CommentPragmas == R.CommentPragmas &&
 2062            ColumnLimit == R.ColumnLimit && CommentPragmas == R.CommentPragmas &&
 2063            BreakInheritanceList == R.BreakInheritanceList &&
 2065                R.ConstructorInitializerAllOnOneLineOrOnePerLine &&
 2067                R.ConstructorInitializerIndentWidth &&
 2068            ContinuationIndentWidth == R.ContinuationIndentWidth &&
 2069            Cpp11BracedListStyle == R.Cpp11BracedListStyle &&
 2070            DerivePointerAlignment == R.DerivePointerAlignment &&
 2071            DisableFormat == R.DisableFormat &&
 2073                R.ExperimentalAutoDetectBinPacking &&
 2074            FixNamespaceComments == R.FixNamespaceComments &&
 2075            ForEachMacros == R.ForEachMacros &&
 2076            IncludeStyle.IncludeBlocks == R.IncludeStyle.IncludeBlocks &&
 2077            IncludeStyle.IncludeCategories == R.IncludeStyle.IncludeCategories &&
 2078            IndentCaseLabels == R.IndentCaseLabels &&
 2079            IndentGotoLabels == R.IndentGotoLabels &&
 2080            IndentPPDirectives == R.IndentPPDirectives &&
 2081            IndentWidth == R.IndentWidth && Language == R.Language &&
 2081            IndentWidth == R.IndentWidth && Language == R.Language &&
 2082            IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
 2083            JavaImportGroups == R.JavaImportGroups &&
 2084            JavaScriptQuotes == R.JavaScriptQuotes &&
 2085            JavaScriptWrapImports == R.JavaScriptWrapImports &&
 2087                R.KeepEmptyLinesAtTheStartOfBlocks &&
 2088            MacroBlockBegin == R.MacroBlockBegin &&
 2089            MacroBlockEnd == R.MacroBlockEnd &&
 2090            MaxEmptyLinesToKeep == R.MaxEmptyLinesToKeep &&
 2091            NamespaceIndentation == R.NamespaceIndentation &&
 2092            NamespaceMacros == R.NamespaceMacros &&
 2093            ObjCBinPackProtocolList == R.ObjCBinPackProtocolList &&
 2094            ObjCBlockIndentWidth == R.ObjCBlockIndentWidth &&
 2095            ObjCSpaceAfterProperty == R.ObjCSpaceAfterProperty &&
 2096            ObjCSpaceBeforeProtocolList == R.ObjCSpaceBeforeProtocolList &&
 2097            PenaltyBreakAssignment == R.PenaltyBreakAssignment &&
 2099                R.PenaltyBreakBeforeFirstCallParameter &&
 2100            PenaltyBreakComment == R.PenaltyBreakComment &&
 2101            PenaltyBreakFirstLessLess == R.PenaltyBreakFirstLessLess &&
 2102            PenaltyBreakString == R.PenaltyBreakString &&
 2103            PenaltyExcessCharacter == R.PenaltyExcessCharacter &&
 2104            PenaltyReturnTypeOnItsOwnLine == R.PenaltyReturnTypeOnItsOwnLine &&
 2106                R.PenaltyBreakTemplateDeclaration &&
 2107            PointerAlignment == R.PointerAlignment &&
 2108            RawStringFormats == R.RawStringFormats &&
 2109            SpaceAfterCStyleCast == R.SpaceAfterCStyleCast &&
 2110            SpaceAfterLogicalNot == R.SpaceAfterLogicalNot &&
 2111            SpaceAfterTemplateKeyword == R.SpaceAfterTemplateKeyword &&
 2112            SpaceBeforeAssignmentOperators == R.SpaceBeforeAssignmentOperators &&
 2113            SpaceBeforeCpp11BracedList == R.SpaceBeforeCpp11BracedList &&
 2115                R.SpaceBeforeCtorInitializerColon &&
 2116            SpaceBeforeInheritanceColon == R.SpaceBeforeInheritanceColon &&
 2117            SpaceBeforeParens == R.SpaceBeforeParens &&
 2119                R.SpaceBeforeRangeBasedForLoopColon &&
 2120            SpaceInEmptyBlock == R.SpaceInEmptyBlock &&
 2121            SpaceInEmptyParentheses == R.SpaceInEmptyParentheses &&
 2122            SpacesBeforeTrailingComments == R.SpacesBeforeTrailingComments &&
 2123            SpacesInAngles == R.SpacesInAngles &&
 2124            SpacesInContainerLiterals == R.SpacesInContainerLiterals &&
 2125            SpacesInCStyleCastParentheses == R.SpacesInCStyleCastParentheses &&
 2126            SpacesInParentheses == R.SpacesInParentheses &&
 2127            SpacesInSquareBrackets == R.SpacesInSquareBrackets &&
 2128            Standard == R.Standard && TabWidth == R.TabWidth &&
 2128            Standard == R.Standard && TabWidth == R.TabWidth &&
 2129            StatementMacros == R.StatementMacros && UseTab == R.UseTab &&
 2129            StatementMacros == R.StatementMacros && UseTab == R.UseTab &&
 2130            TypenameMacros == R.TypenameMacros;