reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
333 if (Indent != Other.Indent) 334 return Indent < Other.Indent; 335 if (LastSpace != Other.LastSpace) 336 return LastSpace < Other.LastSpace; 337 if (NestedBlockIndent != Other.NestedBlockIndent) 338 return NestedBlockIndent < Other.NestedBlockIndent; 339 if (FirstLessLess != Other.FirstLessLess) 340 return FirstLessLess < Other.FirstLessLess; 341 if (BreakBeforeClosingBrace != Other.BreakBeforeClosingBrace) 343 if (QuestionColumn != Other.QuestionColumn) 344 return QuestionColumn < Other.QuestionColumn; 345 if (AvoidBinPacking != Other.AvoidBinPacking) 347 if (BreakBeforeParameter != Other.BreakBeforeParameter) 349 if (NoLineBreak != Other.NoLineBreak) 351 if (LastOperatorWrapped != Other.LastOperatorWrapped) 353 if (ColonPos != Other.ColonPos) 354 return ColonPos < Other.ColonPos; 355 if (StartOfFunctionCall != Other.StartOfFunctionCall) 356 return StartOfFunctionCall < Other.StartOfFunctionCall; 357 if (StartOfArraySubscripts != Other.StartOfArraySubscripts) 358 return StartOfArraySubscripts < Other.StartOfArraySubscripts; 359 if (CallContinuation != Other.CallContinuation) 360 return CallContinuation < Other.CallContinuation; 361 if (VariablePos != Other.VariablePos) 362 return VariablePos < Other.VariablePos; 363 if (ContainsLineBreak != Other.ContainsLineBreak) 365 if (ContainsUnwrappedBuilder != Other.ContainsUnwrappedBuilder) 367 if (NestedBlockInlined != Other.NestedBlockInlined)