Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1098 RTBS_TopLevelDefinitions, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp602 FormatStyle::RTBS_TopLevelDefinitions); in enumeration()
1234 Style.BreakAfterReturnType = FormatStyle::RTBS_TopLevelDefinitions; in mapping()
H A DTokenAnnotator.cpp3928 Style.BreakAfterReturnType == FormatStyle::RTBS_TopLevelDefinitions) && in mustBreakForReturnType()
3942 case FormatStyle::RTBS_TopLevelDefinitions: in mustBreakForReturnType()