Lines Matching refs:isNot
142 ((Previous.isNot(TT_CtorInitializerComma) || in startsNextParameter()
145 (Previous.isNot(TT_InheritanceComma) || in startsNextParameter()
151 if (LessTok.isNot(tok::less)) in opensProtoMessageField()
302 Previous.isNot(TT_DictLiteral) && Previous.is(BK_BracedInit) && in canBreak()
312 if (Previous.opensScope() && Previous.isNot(tok::l_brace) && in canBreak()
351 Current.isNot(TT_LambdaLBrace)) && in canBreak()
376 Current.is(TT_LambdaLBrace) && Previous.isNot(TT_LineComment)) { in mustBreak()
404 Previous.isNot(TT_CSharpGenericTypeConstraintComma)) { in mustBreak()
409 State.Line->First->isNot(TT_AttributeSquare) && Style.isCpp() && in mustBreak()
416 Previous.isNot(tok::question)) || in mustBreak()
455 if (Current.is(TT_ObjCMethodExpr) && Previous.isNot(TT_SelectorName) && in mustBreak()
459 if (Current.is(TT_SelectorName) && Previous.isNot(tok::at) && in mustBreak()
494 if (State.Line->First->isNot(tok::kw_enum) && State.Column <= NewLineColumn) in mustBreak()
532 Previous.Previous->isNot(TT_BinaryOperator); // For >>. in mustBreak()
542 if (Current.is(tok::lessless) && Current.isNot(TT_OverloadedOperator) && in mustBreak()
580 if (Previous.is(TT_LeadingJavaAnnotation) && Current.isNot(tok::l_paren) && in mustBreak()
581 Current.isNot(TT_LeadingJavaAnnotation)) { in mustBreak()
603 !Style.isJavaScript() && Previous.isNot(tok::kw_template) && in mustBreak()
694 if (!PrevNonComment || PrevNonComment->isNot(tok::l_paren)) in addTokenOnCurrentLine()
724 Previous.Previous->isNot(TT_DesignatedInitializerPeriod))) { in addTokenOnCurrentLine()
792 return Tok.is(tok::l_brace) && Tok.isNot(BK_Block) && in addTokenOnCurrentLine()
829 Previous.isNot(TT_ObjCMethodExpr) && Previous.isNot(TT_RequiresClause) && in addTokenOnCurrentLine()
830 Previous.isNot(TT_TableGenDAGArgOpener) && in addTokenOnCurrentLine()
831 Previous.isNot(TT_TableGenDAGArgOpenerToBreak) && in addTokenOnCurrentLine()
833 (Current.isNot(TT_LineComment) || in addTokenOnCurrentLine()
864 if (Current.isNot(tok::comment) && P && in addTokenOnCurrentLine()
880 P->isNot(TT_ConditionalExpr); in addTokenOnCurrentLine()
890 if (Current.isNot(tok::comment) && Previous.is(tok::l_paren) && in addTokenOnCurrentLine()
899 Previous.isNot(TT_OverloadedOperator)) || in addTokenOnCurrentLine()
912 (Previous.isNot(tok::lessless) || Previous.OperatorIndex != 0 || in addTokenOnCurrentLine()
1001 if (Current.isNot(TT_LambdaArrow) && in addTokenOnNewLine()
1003 !PreviousNonComment || PreviousNonComment->isNot(tok::equal) || in addTokenOnNewLine()
1145 ((PreviousNonComment->isNot(TT_TemplateCloser) && in addTokenOnNewLine()
1151 Current.isNot(TT_BinaryOperator) && !PreviousNonComment->opensScope() && in addTokenOnNewLine()
1155 Current.isNot(TT_LambdaLBrace))) { in addTokenOnNewLine()
1215 Current.isNot(TT_CSharpGenericTypeConstraint)) { in getNewLineColumn()
1377 Current.isNot(tok::l_paren)) || in getNewLineColumn()
1458 Previous.isNot(TT_TableGenDAGArgOperatorToBreak) && in getNewLineColumn()
1486 if (Previous->isNot(tok::l_paren)) in hasNestedBlockInlined()
1507 if (Current.is(tok::lessless) && Current.isNot(TT_OverloadedOperator)) { in moveStateToNextToken()
1513 if (Current.is(TT_BinaryOperator) && Current.isNot(tok::lessless)) in moveStateToNextToken()
1516 Current.Previous->isNot(TT_ConditionalExpr)) { in moveStateToNextToken()
1537 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
1545 Current.isNot(TT_PointerOrReference)) { in moveStateToNextToken()
1607 if (Current.isNot(tok::comment) && !Current.ClosesRequiresClause && in moveStateToNextToken()
1609 Previous->isNot(TT_DictLiteral) && State.Stack.size() > 1 && in moveStateToNextToken()
1715 (!Previous || Previous->isNot(tok::kw_return) || in moveStatePastFakeLParens()
1758 Current.isNot(TT_UnaryOperator) && in moveStatePastFakeLParens()
2013 if (NextNonComment && NextNonComment->isNot(tok::l_square)) in moveStatePastScopeCloser()
2233 } else if (Current.IsMultiline && Current.isNot(TT_BlockComment)) { in handleEndOfLine()
2282 if (!Tok || Tok->isNot(tok::l_paren)) in getEnclosingFunctionName()
2292 if (!Tok || Tok->isNot(tok::identifier)) in getEnclosingFunctionName()
2413 Current.Previous->isNot(TT_ImplicitStringLiteral))) { in createBreakableToken()
2802 if (Current.isNot(TT_LineComment)) in breakProtrudingToken()