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.h4138 RemoveParenthesesStyle RemoveParentheses; member
5461 RemoveParentheses == R.RemoveParentheses &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1157 IO.mapOptional("RemoveParentheses", Style.RemoveParentheses); in mapping()
1647 LLVMStyle.RemoveParentheses = FormatStyle::RPS_Leave; in getLLVMStyle()
2039 Style.RemoveParentheses = FormatStyle::RPS_ReturnStatement; in getClangFormatStyle()
3811 Expanded.RemoveParentheses = FormatStyle::RPS_Leave; in reformat()
3869 if (Style.RemoveParentheses != FormatStyle::RPS_Leave) { in reformat()
3871 S.RemoveParentheses = Style.RemoveParentheses; in reformat()
H A DUnwrappedLineParser.cpp2610 Style.RemoveParentheses == FormatStyle::RPS_Leave || in parseParens()
2639 Style.RemoveParentheses == FormatStyle::RPS_ReturnStatement && in parseParens()