Home
last modified time | relevance | path

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

/external/libcxx/
D.clang-format11 ReflowComments: false
/external/libvpx/libvpx/
D.clang-format78 ReflowComments: true
/external/skia/
D.clang-format87 ReflowComments: true
/external/clang/include/clang/Format/
DFormat.h544 bool ReflowComments; member
/external/clang/lib/Format/
DContinuationIndenter.cpp1134 if (!Current.isTrailingComment() || !Style.ReflowComments || in breakProtrudingToken()
1143 if (!Style.ReflowComments || in breakProtrudingToken()
DFormat.cpp339 IO.mapOptional("ReflowComments", Style.ReflowComments); in mapping()
549 LLVMStyle.ReflowComments = true; in getLLVMStyle()
/external/clang/docs/
DClangFormatStyleOptions.rst664 **ReflowComments** (``bool``)
/external/clang/unittests/Format/
DFormatTest.cpp1239 Style.ReflowComments = false; in TEST_F()
10178 CHECK_PARSE_BOOL(ReflowComments); in TEST_F()