Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3862 RPS_Leave, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp521 IO.enumCase(Value, "Leave", FormatStyle::RPS_Leave); in enumeration()
1552 LLVMStyle.RemoveParentheses = FormatStyle::RPS_Leave; in getLLVMStyle()
3632 Expanded.RemoveParentheses = FormatStyle::RPS_Leave; in reformat()
3688 if (Style.RemoveParentheses != FormatStyle::RPS_Leave) { in reformat()
H A DUnwrappedLineParser.cpp2567 Style.RemoveParentheses > FormatStyle::RPS_Leave) { in parseParens()