Searched refs:InsertBraces (Results 1 – 3 of 3) sorted by relevance
3067 bool InsertBraces; member5415 InsertBraces == R.InsertBraces &&
1089 IO.mapOptional("InsertBraces", Style.InsertBraces); in mapping()1614 LLVMStyle.InsertBraces = false; in getLLVMStyle()2032 Style.InsertBraces = true; in getClangFormatStyle()3809 Expanded.InsertBraces = false; in reformat()3877 if (Style.InsertBraces) { in reformat()3879 S.InsertBraces = true; in reformat()
2791 if (Style.InsertBraces && !Line->InPPDirective && !Line->Tokens.empty() && in parseUnbracedBody()