Home
last modified time | relevance | path

Searched refs:IsInsideToken (Results 1 – 2 of 2) 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()