Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A D.clang-format4 RemoveBracesLLVM: true
H A DUnwrappedLineParser.cpp503 !Style.RemoveBracesLLVM || precededByCommentOrPPDirective(); in parseLevel()
559 if (!Style.RemoveBracesLLVM || Line->InPPDirective || in parseLevel()
2660 if (!Style.RemoveBracesLLVM) in keepAncestorBraces()
2774 KeepIfBraces = !Style.RemoveBracesLLVM || KeepBraces; in parseIfThenElse()
2802 if (Style.RemoveBracesLLVM) { in parseIfThenElse()
2815 if (Style.RemoveBracesLLVM) { in parseIfThenElse()
2849 if (Style.RemoveBracesLLVM) { in parseIfThenElse()
2854 if (Style.RemoveBracesLLVM) in parseIfThenElse()
2867 if (!Style.RemoveBracesLLVM) in parseIfThenElse()
2968 if (Style.RemoveBracesLLVM) in parseTryCatch()
[all …]
H A DFormat.cpp986 IO.mapOptional("RemoveBracesLLVM", Style.RemoveBracesLLVM); in mapping()
1420 LLVMStyle.RemoveBracesLLVM = false; in getLLVMStyle()
3413 Expanded.RemoveBracesLLVM = false; in reformat()
3482 if (Style.RemoveBracesLLVM) { in reformat()
3484 S.RemoveBracesLLVM = true; in reformat()
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A D.clang-format4 RemoveBracesLLVM: true
H A DFormat.h3277 bool RemoveBracesLLVM; member
4285 RemoveBracesLLVM == R.RemoveBracesLLVM &&
/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A D.clang-format4 RemoveBracesLLVM: true
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst4181 **RemoveBracesLLVM** (``Boolean``) :versionbadge:`clang-format 14` :ref:`¶ <RemoveBracesLLVM>`