Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3718 RPS_ReturnStatement, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp533 IO.enumCase(Value, "ReturnStatement", FormatStyle::RPS_ReturnStatement); in enumeration()
1913 Style.RemoveParentheses = FormatStyle::RPS_ReturnStatement; in getClangFormatStyle()
H A DUnwrappedLineParser.cpp2539 Style.RemoveParentheses == FormatStyle::RPS_ReturnStatement && in parseParens()