Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h827 RTBS_AllDefinitions, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp317 IO.enumCase(Value, "AllDefinitions", FormatStyle::RTBS_AllDefinitions); in enumeration()
584 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions; in mapping()
1396 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions; in getGNUStyle()
H A DTokenAnnotator.cpp2527 case FormatStyle::RTBS_AllDefinitions: in mustBreakForReturnType()