Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp561 bool LineIsComment = true; local
600 !FoundMatchOnLine && !(LineIsComment && ACS.AcrossComments);
611 LineIsComment = true;
615 LineIsComment = false;
771 bool LineIsComment = true; in alignConsecutiveMacros() local
795 LineIsComment = true; in alignConsecutiveMacros()
799 LineIsComment = false; in alignConsecutiveMacros()
903 bool LineIsComment = true; in alignConsecutiveShortCaseStatements() local
918 !(LineIsComment && in alignConsecutiveShortCaseStatements()
930 LineIsComment = true; in alignConsecutiveShortCaseStatements()
[all …]