Searched refs:AcrossComments (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h151 /// - AcrossComments
162 /// AcrossComments: false
215 bool AcrossComments; member in struct:clang::format::AlignConsecutiveStyle
265 AcrossComments == R.AcrossComments &&
377 bool AcrossComments; member in struct:clang::format::ShortCaseStatementsAlignmentStyle
398 AcrossComments == R.AcrossComments &&
411 /// AcrossComments: true
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp600 !FoundMatchOnLine && !(LineIsComment && ACS.AcrossComments);
786 !(LineIsComment && Style.AlignConsecutiveMacros.AcrossComments);
919 Style.AlignConsecutiveShortCaseStatements.AcrossComments) &&
H A DFormat.cpp78 /*AcrossComments=*/false, /*AlignCompound=*/false,
83 /*AcrossComments=*/false, /*AlignCompound=*/false,
88 /*AcrossComments=*/false, /*AlignCompound=*/false,
90 IO.enumCase(Value, "AcrossComments",
93 /*AcrossComments=*/true, /*AlignCompound=*/false,
98 /*AcrossComments=*/true, /*AlignCompound=*/false,
105 /*AcrossComments=*/false, /*AlignCompound=*/false,
110 /*AcrossComments=*/false, /*AlignCompound=*/false,
117 IO.mapOptional("AcrossComments", Value.AcrossComments);
[all...]

Completed in 191 milliseconds