Lines Matching refs:isNot

132          ((Previous.isNot(TT_CtorInitializerComma) ||  in startsNextParameter()
135 (Previous.isNot(TT_InheritanceComma) || in startsNextParameter()
141 if (LessTok.isNot(tok::less)) in opensProtoMessageField()
291 Previous.isNot(TT_DictLiteral) && Previous.is(BK_BracedInit) && in canBreak()
301 if (Previous.opensScope() && Previous.isNot(tok::l_brace) && in canBreak()
342 Current.is(TT_LambdaLBrace) && Previous.isNot(TT_LineComment)) { in mustBreak()
363 Previous.isNot(TT_CSharpGenericTypeConstraintComma)) { in mustBreak()
375 Previous.isNot(tok::question)) || in mustBreak()
491 Previous.Previous->isNot(TT_BinaryOperator); // For >>. in mustBreak()
501 if (Current.is(tok::lessless) && Current.isNot(TT_OverloadedOperator) && in mustBreak()
537 if (Previous.is(TT_LeadingJavaAnnotation) && Current.isNot(tok::l_paren) && in mustBreak()
538 Current.isNot(TT_LeadingJavaAnnotation)) { in mustBreak()
707 (Previous.is(tok::l_brace) && Previous.isNot(BK_Block) && in addTokenOnCurrentLine()
728 Previous.isNot(TT_ObjCMethodExpr) && Previous.isNot(TT_RequiresClause) && in addTokenOnCurrentLine()
729 (Current.isNot(TT_LineComment) || Previous.is(BK_BracedInit))) { in addTokenOnCurrentLine()
785 if (Current.isNot(tok::comment) && Previous.is(tok::l_paren) && in addTokenOnCurrentLine()
806 (Previous.isNot(tok::lessless) || Previous.OperatorIndex != 0 || in addTokenOnCurrentLine()
1009 ((PreviousNonComment->isNot(TT_TemplateCloser) && in addTokenOnNewLine()
1015 Current.isNot(TT_BinaryOperator) && !PreviousNonComment->opensScope()) { in addTokenOnNewLine()
1072 Current.isNot(TT_CSharpGenericTypeConstraint)) { in getNewLineColumn()
1299 if (Previous->isNot(tok::l_paren)) in hasNestedBlockInlined()
1320 if (Current.is(tok::lessless) && Current.isNot(TT_OverloadedOperator)) { in moveStateToNextToken()
1326 if (Current.is(TT_BinaryOperator) && Current.isNot(tok::lessless)) in moveStateToNextToken()
1350 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
1414 if (Current.isNot(tok::comment) && !Current.ClosesRequiresClause && in moveStateToNextToken()
1509 (!Previous || Previous->isNot(tok::kw_return) || in moveStatePastFakeLParens()
1777 if (NextNonComment && NextNonComment->isNot(tok::l_square)) in moveStatePastScopeCloser()
1984 } else if (Current.IsMultiline && Current.isNot(TT_BlockComment)) { in handleEndOfLine()
2134 Current.Previous->isNot(TT_ImplicitStringLiteral))) { in createBreakableToken()
2520 if (Current.isNot(TT_LineComment)) in breakProtrudingToken()