Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1064 RTBS_AllDefinitions, enumerator
/src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp558 IO.enumCase(Value, "AllDefinitions", FormatStyle::RTBS_AllDefinitions); in enumeration()
1140 Style.BreakAfterReturnType = FormatStyle::RTBS_AllDefinitions; in mapping()
1887 Style.BreakAfterReturnType = FormatStyle::RTBS_AllDefinitions; in getGNUStyle()
H A DTokenAnnotator.cpp3856 case FormatStyle::RTBS_AllDefinitions: in mustBreakForReturnType()