Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format126 ReflowComments: true
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3638 bool ReflowComments; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp2352 if (!Style.ReflowComments || in createBreakableToken()
2373 if (!Style.ReflowComments || in createBreakableToken()
H A DFormat.cpp1063 IO.mapOptional("ReflowComments", Style.ReflowComments); in mapping()
1531 LLVMStyle.ReflowComments = true; in getLLVMStyle()