Lines Matching refs:LineIsComment
561 bool LineIsComment = true; local
600 !FoundMatchOnLine && !(LineIsComment && ACS.AcrossComments);
611 LineIsComment = true;
615 LineIsComment = false;
771 bool LineIsComment = true; in alignConsecutiveMacros() local
786 !(LineIsComment && Style.AlignConsecutiveMacros.AcrossComments); in alignConsecutiveMacros()
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()
935 LineIsComment = false; in alignConsecutiveShortCaseStatements()