Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format126 ReflowComments: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2864 bool ReflowComments; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1959 if (!Style.ReflowComments || in createBreakableToken()
1972 if (!Style.ReflowComments || in createBreakableToken()
H A DFormat.cpp707 IO.mapOptional("ReflowComments", Style.ReflowComments); in mapping()
1086 LLVMStyle.ReflowComments = true; in getLLVMStyle()