Home
last modified time | relevance | path

Searched refs:RCPS_OwnLineWithBrace (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4199 RCPS_OwnLineWithBrace, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1477 case FormatStyle::RCPS_OwnLineWithBrace: in getNewLineColumn()
H A DTokenAnnotator.cpp5826 case FormatStyle::RCPS_OwnLineWithBrace: in mustBreakBefore()
5850 case FormatStyle::RCPS_OwnLineWithBrace: in mustBreakBefore()
H A DFormat.cpp577 IO.enumCase(Value, "OwnLineWithBrace", FormatStyle::RCPS_OwnLineWithBrace); in enumeration()