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

References

tools/clang/lib/Format/Format.cpp
  646   Expanded.BraceWrapping = {false, false, FormatStyle::BWACS_Never,
  654     Expanded.BraceWrapping.AfterClass = true;
  655     Expanded.BraceWrapping.AfterFunction = true;
  656     Expanded.BraceWrapping.AfterNamespace = true;
  659     Expanded.BraceWrapping.AfterClass = true;
  660     Expanded.BraceWrapping.AfterEnum = true;
  661     Expanded.BraceWrapping.AfterFunction = true;
  662     Expanded.BraceWrapping.AfterStruct = true;
  663     Expanded.BraceWrapping.AfterUnion = true;
  664     Expanded.BraceWrapping.AfterExternBlock = true;
  665     Expanded.BraceWrapping.SplitEmptyFunction = true;
  666     Expanded.BraceWrapping.SplitEmptyRecord = false;
  669     Expanded.BraceWrapping.AfterFunction = true;
  670     Expanded.BraceWrapping.BeforeCatch = true;
  671     Expanded.BraceWrapping.BeforeElse = true;
  674     Expanded.BraceWrapping.AfterCaseLabel = true;
  675     Expanded.BraceWrapping.AfterClass = true;
  676     Expanded.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Always;
  677     Expanded.BraceWrapping.AfterEnum = true;
  678     Expanded.BraceWrapping.AfterFunction = true;
  679     Expanded.BraceWrapping.AfterNamespace = true;
  680     Expanded.BraceWrapping.AfterObjCDeclaration = true;
  681     Expanded.BraceWrapping.AfterStruct = true;
  682     Expanded.BraceWrapping.AfterUnion = true;
  683     Expanded.BraceWrapping.AfterExternBlock = true;
  684     Expanded.BraceWrapping.BeforeCatch = true;
  685     Expanded.BraceWrapping.BeforeElse = true;
  688     Expanded.BraceWrapping.AfterCaseLabel = true;
  689     Expanded.BraceWrapping.AfterClass = true;
  690     Expanded.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Always;
  691     Expanded.BraceWrapping.AfterEnum = true;
  692     Expanded.BraceWrapping.AfterFunction = true;
  693     Expanded.BraceWrapping.AfterNamespace = true;
  694     Expanded.BraceWrapping.AfterObjCDeclaration = true;
  695     Expanded.BraceWrapping.AfterStruct = true;
  696     Expanded.BraceWrapping.AfterExternBlock = true;
  697     Expanded.BraceWrapping.BeforeCatch = true;
  698     Expanded.BraceWrapping.BeforeElse = true;
  701     Expanded.BraceWrapping = {true, true, FormatStyle::BWACS_Always,
  709     Expanded.BraceWrapping.AfterFunction = true;
  714   return Expanded;