Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1078 RTBS_TopLevelDefinitions, enumerator
/src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp557 FormatStyle::RTBS_TopLevelDefinitions); in enumeration()
1143 Style.BreakAfterReturnType = FormatStyle::RTBS_TopLevelDefinitions; in mapping()
H A DTokenAnnotator.cpp3843 Style.BreakAfterReturnType == FormatStyle::RTBS_TopLevelDefinitions) && in mustBreakForReturnType()
3857 case FormatStyle::RTBS_TopLevelDefinitions: in mustBreakForReturnType()