Lines Matching refs:isNot
133 ((Previous.isNot(TT_CtorInitializerComma) || in startsNextParameter()
136 (Previous.isNot(TT_InheritanceComma) || in startsNextParameter()
142 if (LessTok.isNot(tok::less)) in opensProtoMessageField()
292 Previous.isNot(TT_DictLiteral) && Previous.is(BK_BracedInit) && in canBreak()
302 if (Previous.opensScope() && Previous.isNot(tok::l_brace) && in canBreak()
352 Current.is(TT_LambdaLBrace) && Previous.isNot(TT_LineComment)) { in mustBreak()
377 Previous.isNot(TT_CSharpGenericTypeConstraintComma)) { in mustBreak()
389 Previous.isNot(tok::question)) || in mustBreak()
505 Previous.Previous->isNot(TT_BinaryOperator); // For >>. in mustBreak()
515 if (Current.is(tok::lessless) && Current.isNot(TT_OverloadedOperator) && in mustBreak()
551 if (Previous.is(TT_LeadingJavaAnnotation) && Current.isNot(tok::l_paren) && in mustBreak()
552 Current.isNot(TT_LeadingJavaAnnotation)) { in mustBreak()
722 (Previous.is(tok::l_brace) && Previous.isNot(BK_Block) && in addTokenOnCurrentLine()
744 Previous.isNot(TT_ObjCMethodExpr) && Previous.isNot(TT_RequiresClause) && in addTokenOnCurrentLine()
745 (Current.isNot(TT_LineComment) || Previous.is(BK_BracedInit))) { in addTokenOnCurrentLine()
801 if (Current.isNot(tok::comment) && Previous.is(tok::l_paren) && in addTokenOnCurrentLine()
822 (Previous.isNot(tok::lessless) || Previous.OperatorIndex != 0 || in addTokenOnCurrentLine()
1025 ((PreviousNonComment->isNot(TT_TemplateCloser) && in addTokenOnNewLine()
1031 Current.isNot(TT_BinaryOperator) && !PreviousNonComment->opensScope()) { in addTokenOnNewLine()
1088 Current.isNot(TT_CSharpGenericTypeConstraint)) { in getNewLineColumn()
1322 if (Previous->isNot(tok::l_paren)) in hasNestedBlockInlined()
1343 if (Current.is(tok::lessless) && Current.isNot(TT_OverloadedOperator)) { in moveStateToNextToken()
1349 if (Current.is(TT_BinaryOperator) && Current.isNot(tok::lessless)) in moveStateToNextToken()
1373 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
1439 if (Current.isNot(tok::comment) && !Current.ClosesRequiresClause && in moveStateToNextToken()
1534 (!Previous || Previous->isNot(tok::kw_return) || in moveStatePastFakeLParens()
1812 if (NextNonComment && NextNonComment->isNot(tok::l_square)) in moveStatePastScopeCloser()
2019 } else if (Current.IsMultiline && Current.isNot(TT_BlockComment)) { in handleEndOfLine()
2169 Current.Previous->isNot(TT_ImplicitStringLiteral))) { in createBreakableToken()
2555 if (Current.isNot(TT_LineComment)) in breakProtrudingToken()