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.h1084 RTBS_AllDefinitions, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp603 IO.enumCase(Value, "AllDefinitions", FormatStyle::RTBS_AllDefinitions); in enumeration()
1231 Style.BreakAfterReturnType = FormatStyle::RTBS_AllDefinitions; in mapping()
1989 Style.BreakAfterReturnType = FormatStyle::RTBS_AllDefinitions; in getGNUStyle()
H A DTokenAnnotator.cpp3941 case FormatStyle::RTBS_AllDefinitions: in mustBreakForReturnType()