Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp542 bool LineIsComment = true; local
591 !FoundMatchOnLine && !(LineIsComment && ACS.AcrossComments);
602 LineIsComment = true;
606 LineIsComment = false;
766 bool LineIsComment = true; in alignConsecutiveMacros() local
781 !(LineIsComment && Style.AlignConsecutiveMacros.AcrossComments); in alignConsecutiveMacros()
790 LineIsComment = true; in alignConsecutiveMacros()
794 LineIsComment = false; in alignConsecutiveMacros()