Searched refs:IndentBraces (Results 1 – 6 of 6) sorted by relevance
68 IndentBraces : 'false'
269 bool IndentBraces; member
159 if (Style.BraceWrapping.IndentBraces) in CompoundStatementIndenter()1441 if (Style.BraceWrapping.IndentBraces) in parseDoWhile()
349 IO.mapOptional("IndentBraces", Wrapping.IndentBraces); in mapping()
327 * ``bool IndentBraces`` Indent the wrapped braces themselves.
9762 CHECK_PARSE_NESTED_BOOL(BraceWrapping, IndentBraces); in TEST_F()