Home
last modified time | relevance | path

Searched refs:ReflowComments (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libucl/
H A D.clang-format48 ReflowComments: false
/freebsd/contrib/libcbor/
H A D.clang-format126 ReflowComments: true
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h387 const bool AlwaysReflow = Style.ReflowComments == FormatStyle::RCS_Always;
H A DContinuationIndenter.cpp2519 if (Style.ReflowComments == FormatStyle::RCS_Never || in createBreakableToken()
2540 if (Style.ReflowComments == FormatStyle::RCS_Never || in createBreakableToken()
H A DFormat.cpp1153 IO.mapOptional("ReflowComments", Style.ReflowComments); in mapping()
1644 LLVMStyle.ReflowComments = FormatStyle::RCS_Always; in getLLVMStyle()
H A DUnwrappedLineParser.cpp4643 if (Line.Tokens.empty() || Style.ReflowComments != FormatStyle::RCS_Always) in continuesLineCommentSection()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4025 ReflowCommentsStyle ReflowComments; member