Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libcbor/
HD.clang-format126 ReflowComments: true
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h3797 bool ReflowComments; member
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDContinuationIndenter.cpp2401 if (!Style.ReflowComments || in createBreakableToken()
2422 if (!Style.ReflowComments || in createBreakableToken()
HDFormat.cpp1070 IO.mapOptional("ReflowComments", Style.ReflowComments); in mapping()
1550 LLVMStyle.ReflowComments = true; in getLLVMStyle()