Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/
H A D.clang-format2 ReflowComments: false
/llvm-project-15.0.7/pstl/
H A D.clang-format17 ReflowComments: false
/llvm-project-15.0.7/libcxxabi/
H A D.clang-format10 ReflowComments: false
/llvm-project-15.0.7/libcxx/
H A D.clang-format83 ReflowComments: false
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2984 bool ReflowComments; member
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestComments.cpp553 Style.ReflowComments = false; in TEST_F()
H A DFormatTest.cpp16273 Style.ReflowComments = false; in TEST_F()
17020 Alignment.ReflowComments = true; in TEST_F()
17404 EXPECT_EQ(Alignment.ReflowComments, true); in TEST_F()
20072 CHECK_PARSE_BOOL(ReflowComments); in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.cpp2122 if (!Style.ReflowComments || in createBreakableToken()
2143 if (!Style.ReflowComments || in createBreakableToken()
H A DFormat.cpp852 IO.mapOptional("ReflowComments", Style.ReflowComments); in mapping()
1296 LLVMStyle.ReflowComments = true; in getLLVMStyle()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3673 **ReflowComments** (``Boolean``) :versionbadge:`clang-format 4`