Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h118 bool IsAligned, bool ContinuesPPDirective, bool IsInsideToken);
146 bool IsInsideToken; member
H A DWhitespaceManager.cpp41 bool ContinuesPPDirective, bool IsInsideToken) in Change() argument
48 IsInsideToken(IsInsideToken), IsTrailingComment(false), TokenLength(0), in Change()
176 if (Changes[i - 1].IsInsideToken && Changes[i - 1].NewlinesBefore == 0) { in calculateLineBreakInformation()
188 (Changes[i].IsInsideToken && Changes[i].Tok->is(tok::comment))) && in calculateLineBreakInformation()
232 if (Change.IsInsideToken && Change.NewlinesBefore == 0) in calculateLineBreakInformation()
237 if (Change.Tok->is(TT_LineComment) || !Change.IsInsideToken) { in calculateLineBreakInformation()
658 if (!Changes[j].IsInsideToken)
885 return !C.IsInsideToken && C.Tok->Previous && in alignConsecutiveShortCaseStatements()