Home
last modified time | relevance | path

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

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