Searched refs:SpacesInLineCommentPrefix (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Format/ |
| H A D | FormatTestComments.cpp | 3307 Style.SpacesInLineCommentPrefix.Minimum = 0; in TEST_F() 3470 Style.SpacesInLineCommentPrefix = {0, 0}; in TEST_F() 3544 Style.SpacesInLineCommentPrefix = {2, -1u}; in TEST_F() 3636 Style.SpacesInLineCommentPrefix = {0, 0}; in TEST_F() 3648 Style.SpacesInLineCommentPrefix = {1, 1}; in TEST_F() 3672 Style.SpacesInLineCommentPrefix = {3, 3}; in TEST_F() 3716 Style.SpacesInLineCommentPrefix = {0, 0}; in TEST_F() 3737 Style.SpacesInLineCommentPrefix = {3, 3}; in TEST_F() 3774 Style.SpacesInLineCommentPrefix = {2, 4}; in TEST_F() 3947 Style.SpacesInLineCommentPrefix = {0, 0}; in TEST_F() [all …]
|
| H A D | FormatTest.cpp | 20692 SpacesInLineCommentPrefix.Minimum, 0u); in TEST_F() 20693 EXPECT_EQ(Style.SpacesInLineCommentPrefix.Maximum, 0u); in TEST_F() 20694 Style.SpacesInLineCommentPrefix.Minimum = 1; in TEST_F() 20697 SpacesInLineCommentPrefix.Minimum, 0u); in TEST_F() 20700 SpacesInLineCommentPrefix.Maximum, -1u); in TEST_F() 20703 SpacesInLineCommentPrefix.Minimum, 2u); in TEST_F() 20706 SpacesInLineCommentPrefix.Maximum, 1u); in TEST_F() 20707 EXPECT_EQ(Style.SpacesInLineCommentPrefix.Minimum, 1u); in TEST_F()
|
| /llvm-project-15.0.7/clang/include/clang/Format/ |
| H A D | Format.h | 3707 SpacesInLineComment SpacesInLineCommentPrefix; member 3980 SpacesInLineCommentPrefix.Minimum == 3981 R.SpacesInLineCommentPrefix.Minimum && 3982 SpacesInLineCommentPrefix.Maximum == 3983 R.SpacesInLineCommentPrefix.Maximum &&
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | BreakableToken.cpp | 758 const int Minimum = Style.SpacesInLineCommentPrefix.Minimum; in BreakableLineCommentSection() 821 Style.SpacesInLineCommentPrefix.Maximum) { in BreakableLineCommentSection() 823 Style.SpacesInLineCommentPrefix.Maximum - SpacesInPrefix; in BreakableLineCommentSection()
|
| H A D | NamespaceEndCommentsFixer.cpp | 360 Style.SpacesInLineCommentPrefix.Minimum); in analyze()
|
| H A D | Format.cpp | 891 Style.SpacesInLineCommentPrefix); in mapping() 1304 LLVMStyle.SpacesInLineCommentPrefix = {/*Minimum=*/1, /*Maximum=*/-1u}; in getLLVMStyle()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangFormatStyleOptions.rst | 4410 **SpacesInLineCommentPrefix** (``SpacesInLineComment``) :versionbadge:`clang-format 13`
|