Home | History | Annotate | Download | only in Format

Lines Matching refs:Expanded

442   FormatStyle Expanded = Style;
443 Expanded.BraceWrapping = {false, false, false, false, false, false,
447 Expanded.BraceWrapping.AfterClass = true;
448 Expanded.BraceWrapping.AfterFunction = true;
449 Expanded.BraceWrapping.AfterNamespace = true;
452 Expanded.BraceWrapping.AfterClass = true;
453 Expanded.BraceWrapping.AfterEnum = true;
454 Expanded.BraceWrapping.AfterFunction = true;
455 Expanded.BraceWrapping.AfterStruct = true;
456 Expanded.BraceWrapping.AfterUnion = true;
459 Expanded.BraceWrapping.AfterFunction = true;
460 Expanded.BraceWrapping.BeforeCatch = true;
461 Expanded.BraceWrapping.BeforeElse = true;
464 Expanded.BraceWrapping.AfterClass = true;
465 Expanded.BraceWrapping.AfterControlStatement = true;
466 Expanded.BraceWrapping.AfterEnum = true;
467 Expanded.BraceWrapping.AfterFunction = true;
468 Expanded.BraceWrapping.AfterNamespace = true;
469 Expanded.BraceWrapping.AfterObjCDeclaration = true;
470 Expanded.BraceWrapping.AfterStruct = true;
471 Expanded.BraceWrapping.BeforeCatch = true;
472 Expanded.BraceWrapping.BeforeElse = true;
475 Expanded.BraceWrapping = {true, true, true, true, true, true,
479 Expanded.BraceWrapping.AfterFunction = true;
484 return Expanded;
1617 FormatStyle Expanded = expandPresets(Style);
1618 if (Expanded.DisableFormat)
1622 Formatter Format(Env, Expanded, IncompleteFormat);
1629 FormatStyle Expanded = expandPresets(Style);
1630 if (Expanded.DisableFormat)
1635 Formatter Format(*Env, Expanded, IncompleteFormat);