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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h112 bool ContinuesPPDirective, bool IsInsideToken);
139 bool IsInsideToken; member in struct:clang::format::WhitespaceManager::Change
H A DWhitespaceManager.cpp34 bool ContinuesPPDirective, bool IsInsideToken)
41 IsInsideToken(IsInsideToken), IsTrailingComment(false), TokenLength(0),
55 /*IsInsideToken=*/false));
66 /*IsInsideToken=*/false));
85 InPPDirective && !Tok.IsFirst, /*IsInsideToken=*/true));
157 if (Changes[i - 1].IsInsideToken && Changes[i - 1].NewlinesBefore == 0)
168 (Changes[i].IsInsideToken && Changes[i].Tok->is(tok::comment))) &&
212 if (Change.IsInsideToken && Change.NewlinesBefore == 0)
217 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 ContinuesPPDirective, bool IsInsideToken) argument
[all...]

Completed in 37 milliseconds