Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h115 bool IsAligned, bool ContinuesPPDirective, bool IsInsideToken);
143 bool IsInsideToken; member
H A DWhitespaceManager.cpp36 bool ContinuesPPDirective, bool IsInsideToken) in Change() argument
43 IsInsideToken(IsInsideToken), IsTrailingComment(false), TokenLength(0), in Change()
164 if (Changes[i - 1].IsInsideToken && Changes[i - 1].NewlinesBefore == 0) in calculateLineBreakInformation()
175 (Changes[i].IsInsideToken && Changes[i].Tok->is(tok::comment))) && in calculateLineBreakInformation()
219 if (Change.IsInsideToken && Change.NewlinesBefore == 0) in calculateLineBreakInformation()
224 if (Change.Tok->is(TT_LineComment) || !Change.IsInsideToken) in calculateLineBreakInformation()
539 if (!Changes[j].IsInsideToken) in AlignTokens()