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.h216 bool AcrossComments; member
280 AcrossComments == R.AcrossComments &&
393 bool AcrossComments; member
431 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.cpp87 IO.mapOptional("AcrossComments", Value.AcrossComments); in mapping()
102 IO.mapOptional("AcrossComments", Value.AcrossComments); in mapping()