Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2649 if (!Style.RemoveBracesLLVM) in keepAncestorBraces()
2790 KeepIfBraces = !Style.RemoveBracesLLVM || KeepBraces; in parseIfThenElse()
2829 if (Style.RemoveBracesLLVM) { in parseIfThenElse()
2842 if (Style.RemoveBracesLLVM) { in parseIfThenElse()
2877 if (Style.RemoveBracesLLVM) { in parseIfThenElse()
2882 if (Style.RemoveBracesLLVM) in parseIfThenElse()
2895 if (!Style.RemoveBracesLLVM) in parseIfThenElse()
2996 if (Style.RemoveBracesLLVM) in parseTryCatch()
3012 if (Style.RemoveBracesLLVM) in parseTryCatch()
3151 const bool KeepBraces = !Style.RemoveBracesLLVM || in parseForOrWhileLoop()
[all …]
H A DFormat.cpp1064 IO.mapOptional("RemoveBracesLLVM", Style.RemoveBracesLLVM); in mapping()
1532 LLVMStyle.RemoveBracesLLVM = false; in getLLVMStyle()
1912 Style.RemoveBracesLLVM = true; in getClangFormatStyle()
3589 Expanded.RemoveBracesLLVM = false; in reformat()
3662 if (Style.RemoveBracesLLVM) { in reformat()
3664 S.RemoveBracesLLVM = true; in reformat()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3693 bool RemoveBracesLLVM; member
4876 RemoveBracesLLVM == R.RemoveBracesLLVM &&