• Home
  • Raw
  • Download

Lines Matching refs:Expanded

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