Lines Matching refs:isNot

100   if (AttrTok->isNot(tok::identifier))  in isCppAttribute()
165 Previous.Previous->MatchingParen->isNot( in parseAngle()
184 if (BeforeLess && BeforeLess->isNot(tok::kw_template)) in parseAngle()
196 if (CurrentToken->isNot(TT_TemplateCloser)) { in parseAngle()
263 Previous->isNot(tok::colon))) { in parseAngle()
341 while (Prev->isNot(tok::kw_operator)) { in parseParens()
391 OpeningParen.Previous->isNot(tok::identifier))) { in parseParens()
483 PrevPrev->isNot(TT_TypeName) && Prev->isPointerOrReference() && in parseParens()
484 CurrentToken->is(tok::identifier) && Next->isNot(tok::equal)) { in parseParens()
501 if (OpeningParen.isNot(TT_CppCastLParen) && MightBeFunctionType && in parseParens()
645 while (AttrTok && AttrTok->isNot(tok::r_square)) in isCSharpAttributeSpecifier()
706 Contexts.back().CanBeExpression && Left->isNot(TT_LambdaLSquare) && in parseSquare()
1012 if (Tok.isNot(tok::identifier) || in isTableGenDAGArgBreakingOperator()
1117 if (!CurrentToken || CurrentToken->isNot(tok::l_paren)) in parseTableGenSimpleValue()
1130 if (!Tok || Tok->isNot(tok::l_paren)) in parseTableGenSimpleValue()
1188 OpeningBrace.getPreviousNonComment()->isNot(Keywords.kw_apostrophe))) { in parseBrace()
1257 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) { in updateParameterCount()
1276 if (!CurrentToken || CurrentToken->isNot(tok::less)) in parseTemplateDeclaration()
1350 } else if (Style.isVerilog() && Tok->isNot(TT_BinaryOperator)) { in consumeToken()
1489 if (!CurrentToken || CurrentToken->isNot(tok::l_paren)) in consumeToken()
1578 if (Previous && Previous->isNot(TT_DictLiteral)) in consumeToken()
1598 if (Previous && Previous->isNot(TT_DictLiteral)) in consumeToken()
1645 if (CurrentToken->is(tok::comma) && Previous->isNot(tok::kw_operator)) in consumeToken()
1756 Tok->Next->isNot(tok::l_paren)) { in consumeToken()
1776 if (Tok->isNot(TT_LambdaArrow) && Tok->Previous && in consumeToken()
1827 if (CurrentToken->isNot(tok::comment) && in parseIncludeDirective()
1865 if (!CurrentToken || CurrentToken->isNot(tok::l_paren)) in parseHasInclude()
2186 if (Tok->isNot(TT_TemplateOpener)) { in modifyContext()
2223 return !Current.Previous || Current.Previous->isNot(tok::kw_operator); in modifyContext()
2242 Previous->Previous->isNot(tok::equal)) { in modifyContext()
2249 Current.Previous->isNot(tok::kw_operator))) { in modifyContext()
2277 Current.Previous->isNot(tok::kw_operator))) { in modifyContext()
2341 if (Current.isNot(TT_Unknown)) { in determineTokenType()
2434 (!Current.Previous || Current.Previous->isNot(tok::l_square)) && in determineTokenType()
2435 (Current.isNot(tok::greater) && in determineTokenType()
2481 AfterParen && AfterParen->isNot(tok::caret)) { in determineTokenType()
2485 BeforeParen->isNot(TT_TypenameMacro) && in determineTokenType()
2546 Current.isNot(Keywords.kw_interface)) { in determineTokenType()
2571 if (Tok.isNot(tok::identifier) || !Tok.Previous) in isStartOfName()
2620 PreviousNotConst->MatchingParen->Previous->isNot(tok::period) && in isStartOfName()
2621 PreviousNotConst->MatchingParen->Previous->isNot(tok::kw_template); in isStartOfName()
2636 PreviousNotConst->isNot(TT_StatementAttributeLikeMacro)) { in isStartOfName()
2706 LeftOfParens->isNot(TT_CastRParen)) { in rParenEndsCast()
2717 if (Tok->isNot(tok::r_square)) in rParenEndsCast()
2721 if (!Tok || Tok->isNot(tok::l_square)) in rParenEndsCast()
2725 if (!Tok || Tok->isNot(tok::kw_delete)) in rParenEndsCast()
2783 AfterRParen->isNot(tok::string_literal))) { in rParenEndsCast()
2988 if (NextToken->is(tok::l_square) && NextToken->isNot(TT_LambdaLSquare)) in determineStarAmpUsage()
3309 Current->isNot(TT_TrailingReturnArrow)) { in getCurrentPrecedence()
3366 if (!Current || Current->isNot(tok::question)) in parseConditionalExpr()
3370 if (!Current || Current->isNot(TT_ConditionalExpr)) in parseConditionalExpr()
3555 NextNonCommentLine = Line->First->isNot(tok::r_brace) ? Line : nullptr; in setCommentLineLevels()
3585 if (Tok->is(tok::l_paren) && Tok->isNot(TT_FunctionTypeLParen) && in getFunctionName()
3622 if (Tok->isNot(tok::identifier) || Tok->isNot(TT_Unknown)) in getFunctionName()
3761 if (!Previous.isPointerOrReference() && Previous.isNot(TT_TemplateCloser)) in isFunctionDeclarationName()
3765 if (Current.isNot(TT_StartOfName) || Current.NestingLevel != 0) in isFunctionDeclarationName()
3778 if (Next->isNot(tok::identifier)) in isFunctionDeclarationName()
3793 if (!Next || Next->isNot(tok::l_paren) || !Next->MatchingParen) in isFunctionDeclarationName()
3910 while (Tok->isNot(tok::r_brace)) in calculateFormattingInformation()
3931 if (Tok->isNot(tok::kw_operator)) in calculateFormattingInformation()
3935 } while (Tok && Tok->isNot(TT_OverloadedOperatorLParen)); in calculateFormattingInformation()
3941 if (Tok->isNot(tok::identifier)) in calculateFormattingInformation()
3961 if (Tok->isNot(TT_TrailingAnnotation)) in calculateFormattingInformation()
3964 if (!Next || Next->isNot(tok::l_paren)) in calculateFormattingInformation()
4000 if (Parameter->Previous->isNot(TT_CtorInitializerComma) && in calculateFormattingInformation()
4159 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) in splitPenalty()
4248 (!Right.Next || Right.Next->isNot(tok::l_paren))) { in splitPenalty()
4333 if (Left.isNot(tok::r_paren) || Right.OperatorIndex > 0) { in splitPenalty()
4396 (Left.is(tok::l_brace) && Left.isNot(BK_Block) && in spaceRequiredBetween()
4397 Right.is(tok::r_brace) && Right.isNot(BK_Block))) { in spaceRequiredBetween()
4472 return Left.isNot(TT_ObjCMethodExpr); in spaceRequiredBetween()
4485 if (Right.isNot(TT_OverloadedOperatorLParen)) in spaceRequiredBetween()
4500 if (!TokenBeforeMatchingParen || Left.isNot(TT_TypeDeclarationParen)) in spaceRequiredBetween()
4527 if (Right.is(TT_FunctionTypeLParen) && Left.isNot(tok::l_paren) && in spaceRequiredBetween()
4528 (Left.isNot(TT_PointerOrReference) || in spaceRequiredBetween()
4551 Right.isNot(TT_StartOfName)) { in spaceRequiredBetween()
4584 if (Left.isNot(tok::star)) in spaceRequiredBetween()
4591 return !LParen || LParen->isNot(TT_FunctionTypeLParen); in spaceRequiredBetween()
4607 while (Previous && Previous->isNot(tok::kw_operator)) { in spaceRequiredBetween()
4655 return (Left.is(TT_ArrayInitializerLSquare) && Right.isNot(tok::r_square) && in spaceRequiredBetween()
4659 Style.SpacesInSquareBrackets && Right.isNot(tok::r_square)); in spaceRequiredBetween()
4676 !(Left.isNot(tok::r_square) && Style.SpaceBeforeSquareBrackets && in spaceRequiredBetween()
4682 if ((Left.is(tok::l_brace) && Left.isNot(BK_Block)) || in spaceRequiredBetween()
4684 Right.MatchingParen->isNot(BK_Block))) { in spaceRequiredBetween()
4698 if (Left.is(TT_TemplateCloser) && Right.isNot(TT_FunctionTypeLParen)) in spaceRequiredBetween()
4723 Right.isNot(TT_OverloadedOperatorLParen) && in spaceRequiredBetween()
4787 (Left.isNot(tok::colon) || Left.isNot(TT_ObjCMethodExpr)); in spaceRequiredBetween()
4798 Right.isNot(BK_Block)) { in spaceRequiredBetween()
4966 if (Left.is(tok::l_brace) && Right.isNot(tok::r_brace)) in spaceRequiredBefore()
4969 if (Left.isNot(tok::l_brace) && Right.is(tok::r_brace)) in spaceRequiredBefore()
5086 (!Left.Previous || Left.Previous->isNot(tok::period))) { in spaceRequiredBefore()
5154 (Right.is(TT_VerilogTableItem) && Left.isNot(tok::l_paren))) { in spaceRequiredBefore()
5159 if (Left.isNot(TT_BinaryOperator) && in spaceRequiredBefore()
5164 if (Right.isNot(tok::semi) && in spaceRequiredBefore()
5244 Right.isNot(TT_TableGenDAGArgCloser)) { in spaceRequiredBefore()
5271 if (Left.is(tok::r_paren) && Left.isNot(TT_AttributeRParen) && in spaceRequiredBefore()
5288 if (Left.is(tok::comma) && Right.isNot(TT_OverloadedOperatorLParen) && in spaceRequiredBefore()
5379 (Right.is(tok::period) && Right.isNot(TT_DesignatedInitializerPeriod))) { in spaceRequiredBefore()
5382 if (!Style.SpaceBeforeAssignmentOperators && Left.isNot(TT_TemplateCloser) && in spaceRequiredBefore()
5419 if ((Right.is(TT_BinaryOperator) && Left.isNot(tok::l_paren)) || in spaceRequiredBefore()
5421 Right.isNot(tok::r_paren))) { in spaceRequiredBefore()
5429 if (Right.is(tok::less) && Left.isNot(tok::l_paren) && in spaceRequiredBefore()
5601 Right.isNot(tok::r_square)) || in mustBreakBefore()
5622 Right.isNot(TT_TableGenDAGArgCloser)) { in mustBreakBefore()
5648 Left.isNot(BK_Block) && Left.MatchingParen) { in mustBreakBefore()
5664 return Left.isNot(BK_BracedInit) && Left.isNot(TT_CtorInitializerColon) && in mustBreakBefore()
5699 if (Left.ClosesRequiresClause && Right.isNot(tok::semi)) { in mustBreakBefore()
5789 if (Right.isNot(TT_FunctionLBrace)) { in mustBreakBefore()
5830 Right.isNot(TT_LeadingJavaAnnotation) && Right.isNot(tok::l_paren) && in mustBreakBefore()
5866 Right.isNot(tok::r_square) && AfterRight) { in mustBreakBefore()
5990 if (!Next || Next->isNot(tok::colon)) in canBreakBefore()
6054 return Right.isNot(tok::l_paren); in canBreakBefore()
6059 (!Right.Next || Right.Next->isNot(TT_FunctionDeclarationName))); in canBreakBefore()
6087 if (Right.is(TT_ObjCMethodExpr) && Right.isNot(tok::r_square) && in canBreakBefore()
6088 Left.isNot(TT_SelectorName)) { in canBreakBefore()
6138 return Left.isNot(tok::period); // FIXME: Properly parse ObjC calls. in canBreakBefore()
6237 return Left.isNot(TT_AttributeSquare); in canBreakBefore()
6269 if (Right.is(tok::kw_typename) && Left.isNot(tok::kw_const)) in canBreakBefore()
6309 (Left.is(tok::l_paren) && Right.isNot(tok::r_paren)) || in canBreakBefore()
6310 (Left.is(TT_TemplateOpener) && Right.isNot(TT_TemplateCloser)); in canBreakBefore()