Home
last modified time | relevance | path

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

/src/contrib/libcbor/
H A D.clang-format126 ReflowComments: true
/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3797 bool ReflowComments; member
/src/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp2401 if (!Style.ReflowComments || in createBreakableToken()
2422 if (!Style.ReflowComments || in createBreakableToken()
H A DFormat.cpp1070 IO.mapOptional("ReflowComments", Style.ReflowComments); in mapping()
1550 LLVMStyle.ReflowComments = true; in getLLVMStyle()