Lines Matching refs:isNot
129 ((Previous.isNot(TT_CtorInitializerComma) || in startsNextParameter()
132 (Previous.isNot(TT_InheritanceComma) || in startsNextParameter()
138 if (LessTok.isNot(tok::less)) in opensProtoMessageField()
287 Previous.isNot(TT_DictLiteral) && Previous.is(BK_BracedInit) && in canBreak()
296 if (Previous.opensScope() && Previous.isNot(tok::l_brace) && in canBreak()
333 Current.is(TT_LambdaLBrace) && Previous.isNot(TT_LineComment)) { in mustBreak()
353 Previous.isNot(TT_CSharpGenericTypeConstraintComma)) in mustBreak()
364 Previous.isNot(tok::question)) || in mustBreak()
463 Previous.Previous->isNot(TT_BinaryOperator); // For >>. in mustBreak()
476 if (Current.is(tok::lessless) && Current.isNot(TT_OverloadedOperator) && in mustBreak()
489 if (Previous.is(TT_LeadingJavaAnnotation) && Current.isNot(tok::l_paren) && in mustBreak()
490 Current.isNot(TT_LeadingJavaAnnotation)) in mustBreak()
632 (Previous.is(tok::l_brace) && Previous.isNot(BK_Block) && in addTokenOnCurrentLine()
652 Previous.opensScope() && Previous.isNot(TT_ObjCMethodExpr) && in addTokenOnCurrentLine()
653 (Current.isNot(TT_LineComment) || Previous.is(BK_BracedInit))) { in addTokenOnCurrentLine()
706 if (Current.isNot(tok::comment) && Previous.is(tok::l_paren) && in addTokenOnCurrentLine()
726 (Previous.isNot(tok::lessless) || Previous.OperatorIndex != 0 || in addTokenOnCurrentLine()
917 (PreviousNonComment->isNot(TT_TemplateCloser) || in addTokenOnNewLine()
922 Current.isNot(TT_BinaryOperator) && !PreviousNonComment->opensScope()) in addTokenOnNewLine()
969 Current.isNot(TT_CSharpGenericTypeConstraint)) in getNewLineColumn()
1165 if (Previous->isNot(tok::l_paren)) in hasNestedBlockInlined()
1185 if (Current.is(tok::lessless) && Current.isNot(TT_OverloadedOperator)) { in moveStateToNextToken()
1191 if (Current.is(TT_BinaryOperator) && Current.isNot(tok::lessless)) in moveStateToNextToken()
1206 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
1269 if (Current.isNot(tok::comment) && Previous && in moveStateToNextToken()
1360 (!Previous || Previous->isNot(tok::kw_return) || in moveStatePastFakeLParens()
1614 if (NextNonComment && NextNonComment->isNot(tok::l_square)) in moveStatePastScopeCloser()
1822 } else if (Current.IsMultiline && Current.isNot(TT_BlockComment)) { in handleEndOfLine()
1971 Current.Previous->isNot(TT_ImplicitStringLiteral))) { in createBreakableToken()
2345 if (Current.isNot(TT_LineComment)) { in breakProtrudingToken()