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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.h113 bool IsAligned, bool ContinuesPPDirective, bool IsInsideToken);
141 bool IsInsideToken; member in struct:clang::format::WhitespaceManager::Change
H A DWhitespaceManager.cpp34 bool ContinuesPPDirective, bool IsInsideToken)
41 IsInsideToken(IsInsideToken), IsTrailingComment(false), TokenLength(0),
56 /*IsInsideToken=*/false));
67 /*IsInsideToken=*/false));
87 /*IsInsideToken=*/true));
161 if (Changes[i - 1].IsInsideToken && Changes[i - 1].NewlinesBefore == 0)
172 (Changes[i].IsInsideToken && Changes[i].Tok->is(tok::comment))) &&
216 if (Change.IsInsideToken && Change.NewlinesBefore == 0)
221 if (Change.Tok->is(TT_LineComment) || !Change.IsInsideToken)
27 Change(const FormatToken &Tok, bool CreateReplacement, SourceRange OriginalWhitespaceRange, int Spaces, unsigned StartOfTokenColumn, unsigned NewlinesBefore, StringRef PreviousLinePostfix, StringRef CurrentLinePrefix, bool IsAligned, bool ContinuesPPDirective, bool IsInsideToken) argument
[all...]

Completed in 206 milliseconds