Lines Matching refs:isNot
130 ((Previous.isNot(TT_CtorInitializerComma) || in startsNextParameter()
133 (Previous.isNot(TT_InheritanceComma) || in startsNextParameter()
139 if (LessTok.isNot(tok::less)) in opensProtoMessageField()
288 Previous.isNot(TT_DictLiteral) && Previous.BlockKind == BK_BracedInit && in canBreak()
297 if (Previous.opensScope() && Previous.isNot(tok::l_brace) && in canBreak()
354 Previous.isNot(tok::question)) || in mustBreak()
445 Previous.Previous->isNot(TT_BinaryOperator); // For >>. in mustBreak()
458 if (Current.is(tok::lessless) && Current.isNot(TT_OverloadedOperator) && in mustBreak()
471 if (Previous.is(TT_LeadingJavaAnnotation) && Current.isNot(tok::l_paren) && in mustBreak()
472 Current.isNot(TT_LeadingJavaAnnotation)) in mustBreak()
628 Previous.opensScope() && Previous.isNot(TT_ObjCMethodExpr) && in addTokenOnCurrentLine()
629 (Current.isNot(TT_LineComment) || Previous.BlockKind == BK_BracedInit)) in addTokenOnCurrentLine()
678 if (Current.isNot(tok::comment) && Previous.is(tok::l_paren) && in addTokenOnCurrentLine()
699 (Previous.isNot(tok::lessless) || Previous.OperatorIndex != 0 || in addTokenOnCurrentLine()
869 (PreviousNonComment->isNot(TT_TemplateCloser) || in addTokenOnNewLine()
874 Current.isNot(TT_BinaryOperator) && !PreviousNonComment->opensScope()) in addTokenOnNewLine()
1045 PreviousNonComment->isNot(tok::r_brace)) in getNewLineColumn()
1061 if (Current.is(tok::lessless) && Current.isNot(TT_OverloadedOperator)) { in moveStateToNextToken()
1067 if (Current.is(TT_BinaryOperator) && Current.isNot(tok::lessless)) in moveStateToNextToken()
1077 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
1136 if (Current.isNot(tok::comment) && Previous && in moveStateToNextToken()
1151 (Previous->isNot(tok::l_paren) || Previous->ParameterCount > 1); in moveStateToNextToken()
1222 (!Previous || Previous->isNot(tok::kw_return) || in moveStatePastFakeLParens()
1432 if (NextNonComment && NextNonComment->isNot(tok::l_square)) in moveStatePastScopeCloser()
1630 } else if (Current.IsMultiline && Current.isNot(TT_BlockComment)) { in handleEndOfLine()
1778 Current.Previous->isNot(TT_ImplicitStringLiteral))) { in createBreakableToken()
2148 if (Current.isNot(TT_LineComment)) { in breakProtrudingToken()