Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3888 RemoveParenthesesStyle RemoveParentheses; member
5115 RemoveParentheses == R.RemoveParentheses &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1072 IO.mapOptional("RemoveParentheses", Style.RemoveParentheses); in mapping()
1552 LLVMStyle.RemoveParentheses = FormatStyle::RPS_Leave; in getLLVMStyle()
1936 Style.RemoveParentheses = FormatStyle::RPS_ReturnStatement; in getClangFormatStyle()
3632 Expanded.RemoveParentheses = FormatStyle::RPS_Leave; in reformat()
3688 if (Style.RemoveParentheses != FormatStyle::RPS_Leave) { in reformat()
3690 S.RemoveParentheses = Style.RemoveParentheses; in reformat()
H A DUnwrappedLineParser.cpp2567 Style.RemoveParentheses > FormatStyle::RPS_Leave) { in parseParens()
2579 Style.RemoveParentheses == FormatStyle::RPS_ReturnStatement && in parseParens()