Searched refs:InsertBraces (Results 1 – 3 of 3) sorted by relevance
2905 bool InsertBraces; member5076 InsertBraces == R.InsertBraces &&
1012 IO.mapOptional("InsertBraces", Style.InsertBraces); in mapping()1521 LLVMStyle.InsertBraces = false; in getLLVMStyle()1930 Style.InsertBraces = true; in getClangFormatStyle()3630 Expanded.InsertBraces = false; in reformat()3696 if (Style.InsertBraces) { in reformat()3698 S.InsertBraces = true; in reformat()
2726 if (Style.InsertBraces && !Line->InPPDirective && !Line->Tokens.empty() && in parseUnbracedBody()