Home
last modified time | relevance | path

Searched refs:AcrossComments (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h211 bool AcrossComments; member
245 AcrossComments == R.AcrossComments &&
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst292 - AcrossComments
305 AcrossComments: false
347 * ``bool AcrossComments`` Whether to align across comments.
415 - AcrossComments
428 AcrossComments: false
470 * ``bool AcrossComments`` Whether to align across comments.
538 - AcrossComments
551 AcrossComments: false
593 * ``bool AcrossComments`` Whether to align across comments.
662 - AcrossComments
[all …]
/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.cpp573 !FoundMatchOnLine && !(LineIsComment && ACS.AcrossComments);
762 !(LineIsComment && Style.AlignConsecutiveMacros.AcrossComments); in alignConsecutiveMacros()
H A DFormat.cpp201 IO.mapOptional("AcrossComments", Value.AcrossComments); in mapping()
1188 LLVMStyle.AlignConsecutiveAssignments.AcrossComments = false; in getLLVMStyle()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp16274 Style.AlignConsecutiveMacros.AcrossComments = true; in TEST_F()
16332 Style.AlignConsecutiveMacros.AcrossComments = false; in TEST_F()
16371 Style.AlignConsecutiveMacros.AcrossComments = true; in TEST_F()
16499 Alignment.AlignConsecutiveDeclarations.AcrossComments = true; in TEST_F()
16563 Alignment.AlignConsecutiveBitFields.AcrossComments = true; in TEST_F()
16631 Alignment.AlignConsecutiveAssignments.AcrossComments = true; in TEST_F()
16720 Alignment.AlignConsecutiveAssignments.AcrossComments = true; in TEST_F()
17104 Alignment.AlignConsecutiveAssignments.AcrossComments = true; in TEST_F()
19500 Style.AlignConsecutiveAssignments.AcrossComments = true; in TEST_F()
19501 Style.AlignConsecutiveDeclarations.AcrossComments = true; in TEST_F()
[all …]