Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h215 bool AcrossComments; member
265 AcrossComments == R.AcrossComments &&
377 bool AcrossComments; member
398 AcrossComments == R.AcrossComments &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp600 !FoundMatchOnLine && !(LineIsComment && ACS.AcrossComments);
786 !(LineIsComment && Style.AlignConsecutiveMacros.AcrossComments); in alignConsecutiveMacros()
919 Style.AlignConsecutiveShortCaseStatements.AcrossComments) && in alignConsecutiveShortCaseStatements()
H A DFormat.cpp117 IO.mapOptional("AcrossComments", Value.AcrossComments); in mapping()
130 IO.mapOptional("AcrossComments", Value.AcrossComments); in mapping()
1414 LLVMStyle.AlignConsecutiveAssignments.AcrossComments = false; in getLLVMStyle()