Home
last modified time | relevance | path

Searched refs:TT_BinaryOperator (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Format/
DTokenAnnotator.cpp72 ((CurrentToken->Previous->Type == TT_BinaryOperator && in parseAngle()
112 Left->Previous->Type == TT_BinaryOperator)) { in parseParens()
157 Prev->Type = TT_BinaryOperator; in parseParens()
167 if (CurrentToken->Previous->Type == TT_BinaryOperator) in parseParens()
265 Parent->Type = TT_BinaryOperator; in parseSquare()
448 Tok->Type = TT_BinaryOperator; in consumeToken()
462 Tok->Type = TT_BinaryOperator; in consumeToken()
470 if (CurrentToken && CurrentToken->Previous->Type == TT_BinaryOperator) in consumeToken()
475 if (CurrentToken->Previous->Type == TT_BinaryOperator) in consumeToken()
702 if (Previous->Type == TT_BinaryOperator && in determineTokenType()
[all …]
DContinuationIndenter.cpp180 Previous.Previous->Type != TT_BinaryOperator; // For >>. in mustBreak()
183 if (Previous.Type == TT_BinaryOperator && in mustBreak()
185 Current.Type != TT_BinaryOperator && // For >>. in mustBreak()
313 else if ((Previous.Type == TT_BinaryOperator || in addTokenOnCurrentLine()
410 Previous.Type == TT_BinaryOperator) in addTokenOnNewLine()
446 PreviousNonComment->Type != TT_BinaryOperator && in addTokenOnNewLine()
447 Current.Type != TT_BinaryOperator && !PreviousNonComment->opensScope()) in addTokenOnNewLine()
462 Previous.Type == TT_BinaryOperator) || in addTokenOnNewLine()
583 if ((Current.Type == TT_BinaryOperator && Current.isNot(tok::lessless)) || in moveStateToNextToken()
709 (Previous->Type == TT_BinaryOperator || in moveStatePastFakeLParens()
[all …]
DFormatToken.h31 TT_BinaryOperator, enumerator