Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h113 bool IsAligned, bool ContinuesPPDirective, bool IsInsideToken);
141 bool IsInsideToken; member
H A DWhitespaceManager.cpp41 bool ContinuesPPDirective, bool IsInsideToken) in Change() argument
48 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()