Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.cpp535 bool LineIsComment = true; local
573 !FoundMatchOnLine && !(LineIsComment && ACS.AcrossComments);
584 LineIsComment = true;
588 LineIsComment = false;
747 bool LineIsComment = true; in alignConsecutiveMacros() local
762 !(LineIsComment && Style.AlignConsecutiveMacros.AcrossComments); in alignConsecutiveMacros()
771 LineIsComment = true; in alignConsecutiveMacros()
775 LineIsComment = false; in alignConsecutiveMacros()