Searched refs:IsInsideToken (Results 1 – 2 of 2) sorted by relevance
113 bool IsAligned, bool ContinuesPPDirective, bool IsInsideToken);141 bool IsInsideToken; member
41 bool ContinuesPPDirective, bool IsInsideToken) in Change() argument48 IsInsideToken(IsInsideToken), IsTrailingComment(false), TokenLength(0), in Change()177 if (!P.IsInsideToken) in calculateLineBreakInformation()185 if (P.IsInsideToken && P.NewlinesBefore == 0) in calculateLineBreakInformation()194 (C.IsInsideToken && C.Tok->is(tok::comment))) && in calculateLineBreakInformation()238 if (Change.IsInsideToken && Change.NewlinesBefore == 0) in calculateLineBreakInformation()243 if (Change.Tok->is(TT_LineComment) || !Change.IsInsideToken) { in calculateLineBreakInformation()666 if (!Changes[j].IsInsideToken)904 return !C.IsInsideToken && C.Tok->Previous && C.Tok->Previous->is(Type); in alignConsecutiveShortCaseStatements()