Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h215 bool AcrossComments; member
265 AcrossComments == R.AcrossComments &&
377 bool AcrossComments; member
415 AcrossComments == R.AcrossComments &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp608 !FoundMatchOnLine && !(LineIsComment && ACS.AcrossComments);
794 !(LineIsComment && Style.AlignConsecutiveMacros.AcrossComments); in alignConsecutiveMacros()
937 Style.AlignConsecutiveShortCaseStatements.AcrossComments) && in alignConsecutiveShortCaseStatements()
H A DFormat.cpp89 IO.mapOptional("AcrossComments", Value.AcrossComments); in mapping()
102 IO.mapOptional("AcrossComments", Value.AcrossComments); in mapping()
1418 LLVMStyle.AlignConsecutiveAssignments.AcrossComments = false; in getLLVMStyle()