Searched refs:AfterExternBlock (Results 1 – 4 of 4) sorted by relevance
182 IO.mapOptional("AfterExternBlock", Wrapping.AfterExternBlock); in mapping()1199 Expanded.BraceWrapping.AfterExternBlock = true; in expandPresetsBraceWrapping()1219 Expanded.BraceWrapping.AfterExternBlock = true; in expandPresetsBraceWrapping()1234 Expanded.BraceWrapping.AfterExternBlock = true; in expandPresetsBraceWrapping()1776 Style.BraceWrapping.AfterExternBlock = true; in getMicrosoftStyle()
1673 if (Style.BraceWrapping.AfterExternBlock) in parseStructuralElement()1679 (Style.BraceWrapping.AfterExternBlock && in parseStructuralElement()
1107 bool AfterExternBlock; // Partially superseded by IndentExternBlock member
1710 * ``bool AfterExternBlock`` Wrap extern blocks.3119 * ``IEBS_AfterExternBlock`` (in configuration: ``AfterExternBlock``)3120 Backwards compatible with AfterExternBlock's indenting.3124 IndentExternBlock: AfterExternBlock3125 BraceWrapping.AfterExternBlock: true3134 IndentExternBlock: AfterExternBlock3135 BraceWrapping.AfterExternBlock: false