Home
last modified time | relevance | path

Searched refs:InsertBraces (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3067 bool InsertBraces; member
5415 InsertBraces == R.InsertBraces &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1089 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()
H A DUnwrappedLineParser.cpp2791 if (Style.InsertBraces && !Line->InPPDirective && !Line->Tokens.empty() && in parseUnbracedBody()