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()
343 Current.isNot(TT_LambdaLBrace)) && in canBreak()
368 Current.is(TT_LambdaLBrace) && Previous.isNot(TT_LineComment)) { in mustBreak()
396 Previous.isNot(TT_CSharpGenericTypeConstraintComma)) { in mustBreak()
401 State.Line->First->isNot(TT_AttributeSquare) && Style.isCpp() && in mustBreak()
408 Previous.isNot(tok::question)) || in mustBreak()
447 if (Current.is(TT_ObjCMethodExpr) && Previous.isNot(TT_SelectorName) && in mustBreak()
451 if (Current.is(TT_SelectorName) && Previous.isNot(tok::at) && in mustBreak()
486 if (State.Line->First->isNot(tok::kw_enum) && State.Column <= NewLineColumn) in mustBreak()
524 Previous.Previous->isNot(TT_BinaryOperator); // For >>. in mustBreak()
534 if (Current.is(tok::lessless) && Current.isNot(TT_OverloadedOperator) && in mustBreak()
570 if (Previous.is(TT_LeadingJavaAnnotation) && Current.isNot(tok::l_paren) && in mustBreak()
571 Current.isNot(TT_LeadingJavaAnnotation)) { in mustBreak()
593 !Style.isJavaScript() && Previous.isNot(tok::kw_template) && in mustBreak()
684 if (!PrevNonComment || PrevNonComment->isNot(tok::l_paren)) in addTokenOnCurrentLine()
714 Previous.Previous->isNot(TT_DesignatedInitializerPeriod))) { in addTokenOnCurrentLine()
782 return Tok.is(tok::l_brace) && Tok.isNot(BK_Block) && in addTokenOnCurrentLine()
819 Previous.isNot(TT_ObjCMethodExpr) && Previous.isNot(TT_RequiresClause) && in addTokenOnCurrentLine()
821 (Current.isNot(TT_LineComment) || in addTokenOnCurrentLine()
854 if (Current.isNot(tok::comment) && P && in addTokenOnCurrentLine()
870 P->isNot(TT_ConditionalExpr); in addTokenOnCurrentLine()
880 if (Current.isNot(tok::comment) && Previous.is(tok::l_paren) && in addTokenOnCurrentLine()
889 Previous.isNot(TT_OverloadedOperator)) || in addTokenOnCurrentLine()
902 (Previous.isNot(tok::lessless) || Previous.OperatorIndex != 0 || in addTokenOnCurrentLine()
991 if (Current.isNot(TT_TrailingReturnArrow) && in addTokenOnNewLine()
993 !PreviousNonComment || PreviousNonComment->isNot(tok::equal) || in addTokenOnNewLine()
1135 ((PreviousNonComment->isNot(TT_TemplateCloser) && in addTokenOnNewLine()
1141 Current.isNot(TT_BinaryOperator) && !PreviousNonComment->opensScope() && in addTokenOnNewLine()
1145 Current.isNot(TT_LambdaLBrace))) { in addTokenOnNewLine()
1205 Current.isNot(TT_CSharpGenericTypeConstraint)) { in getNewLineColumn()
1356 Current.isNot(tok::l_paren)) || in getNewLineColumn()
1463 if (Previous->isNot(tok::l_paren)) in hasNestedBlockInlined()
1484 if (Current.is(tok::lessless) && Current.isNot(TT_OverloadedOperator)) { in moveStateToNextToken()
1490 if (Current.is(TT_BinaryOperator) && Current.isNot(tok::lessless)) in moveStateToNextToken()
1493 Current.Previous->isNot(TT_ConditionalExpr)) { in moveStateToNextToken()
1514 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
1522 Current.isNot(TT_PointerOrReference)) { in moveStateToNextToken()
1584 if (Current.isNot(tok::comment) && !Current.ClosesRequiresClause && in moveStateToNextToken()
1586 Previous->isNot(TT_DictLiteral) && State.Stack.size() > 1 && in moveStateToNextToken()
1692 (!Previous || Previous->isNot(tok::kw_return) || in moveStatePastFakeLParens()
1729 Current.isNot(TT_UnaryOperator) && in moveStatePastFakeLParens()
1972 if (NextNonComment && NextNonComment->isNot(tok::l_square)) in moveStatePastScopeCloser()
2184 } else if (Current.IsMultiline && Current.isNot(TT_BlockComment)) { in handleEndOfLine()
2233 if (!Tok || Tok->isNot(tok::l_paren)) in getEnclosingFunctionName()
2243 if (!Tok || Tok->isNot(tok::identifier)) in getEnclosingFunctionName()
2364 Current.Previous->isNot(TT_ImplicitStringLiteral))) { in createBreakableToken()
2753 if (Current.isNot(TT_LineComment)) in breakProtrudingToken()