Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.h118 bool IsAligned, bool ContinuesPPDirective, bool IsInsideToken);
146 bool IsInsideToken; member
H A DWhitespaceManager.cpp36 bool ContinuesPPDirective, bool IsInsideToken) in Change() argument
43 IsInsideToken(IsInsideToken), IsTrailingComment(false), TokenLength(0), in Change()
170 if (Changes[i - 1].IsInsideToken && Changes[i - 1].NewlinesBefore == 0) { in calculateLineBreakInformation()
182 (Changes[i].IsInsideToken && Changes[i].Tok->is(tok::comment))) && in calculateLineBreakInformation()
226 if (Change.IsInsideToken && Change.NewlinesBefore == 0) in calculateLineBreakInformation()
231 if (Change.Tok->is(TT_LineComment) || !Change.IsInsideToken) { in calculateLineBreakInformation()
649 if (!Changes[j].IsInsideToken)