Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3729 RemoveParenthesesStyle RemoveParentheses; member
4877 RemoveParentheses == R.RemoveParentheses &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1065 IO.mapOptional("RemoveParentheses", Style.RemoveParentheses); in mapping()
1533 LLVMStyle.RemoveParentheses = FormatStyle::RPS_Leave; in getLLVMStyle()
1913 Style.RemoveParentheses = FormatStyle::RPS_ReturnStatement; in getClangFormatStyle()
3590 Expanded.RemoveParentheses = FormatStyle::RPS_Leave; in reformat()
3646 if (Style.RemoveParentheses != FormatStyle::RPS_Leave) { in reformat()
3648 S.RemoveParentheses = Style.RemoveParentheses; in reformat()
H A DUnwrappedLineParser.cpp2526 Style.RemoveParentheses > FormatStyle::RPS_Leave) { in parseParens()
2539 Style.RemoveParentheses == FormatStyle::RPS_ReturnStatement && in parseParens()