Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DWhitespaceManager.h113 bool IsInsideToken);
145 bool IsInsideToken; member
DWhitespaceManager.cpp33 bool IsStartOfDeclName, bool IsInsideToken) in Change() argument
41 Spaces(Spaces), IsInsideToken(IsInsideToken), IsTrailingComment(false), in Change()
123 if (Changes[i - 1].IsInsideToken) in calculateLineBreakInformation()
134 (Changes[i].IsInsideToken && Changes[i].Kind == tok::comment)) && in calculateLineBreakInformation()
146 if (Change.IsInsideToken) in calculateLineBreakInformation()
/external/llvm-project/clang/lib/Format/
DWhitespaceManager.h113 bool IsAligned, bool ContinuesPPDirective, bool IsInsideToken);
141 bool IsInsideToken; member
DWhitespaceManager.cpp34 bool ContinuesPPDirective, bool IsInsideToken) in Change() argument
41 IsInsideToken(IsInsideToken), IsTrailingComment(false), TokenLength(0), in Change()
161 if (Changes[i - 1].IsInsideToken && Changes[i - 1].NewlinesBefore == 0) in calculateLineBreakInformation()
172 (Changes[i].IsInsideToken && Changes[i].Tok->is(tok::comment))) && in calculateLineBreakInformation()
216 if (Change.IsInsideToken && Change.NewlinesBefore == 0) in calculateLineBreakInformation()
221 if (Change.Tok->is(TT_LineComment) || !Change.IsInsideToken) in calculateLineBreakInformation()
454 if (!Changes[j].IsInsideToken) in AlignTokens()