Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp450 bool LineIsComment = true; in AlignTokens() local
488 !(LineIsComment && in AlignTokens()
500 LineIsComment = true; in AlignTokens()
504 LineIsComment = false; in AlignTokens()
649 bool LineIsComment = true; in alignConsecutiveMacros() local
667 !(LineIsComment && ((Style.AlignConsecutiveMacros == in alignConsecutiveMacros()
678 LineIsComment = true; in alignConsecutiveMacros()
682 LineIsComment = false; in alignConsecutiveMacros()