Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h970 RTBS_AllDefinitions, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp565 IO.enumCase(Value, "AllDefinitions", FormatStyle::RTBS_AllDefinitions); in enumeration()
1129 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions; in mapping()
1866 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions; in getGNUStyle()
H A DTokenAnnotator.cpp3441 case FormatStyle::RTBS_AllDefinitions: in mustBreakForReturnType()