Lines Matching refs:isNot

100   if (AttrTok->isNot(tok::identifier))  in isCppAttribute()
163 Previous.Previous->MatchingParen->isNot( in parseAngle()
184 if (Left->Previous && Left->Previous->isNot(tok::kw_template)) in parseAngle()
254 Previous->isNot(tok::colon))) { in parseAngle()
320 while (Prev->isNot(tok::kw_operator)) { in parseParens()
370 OpeningParen.Previous->isNot(tok::identifier))) { in parseParens()
440 PrevPrev->isNot(TT_TypeName) && Prev->isPointerOrReference() && in parseParens()
441 CurrentToken->is(tok::identifier) && Next->isNot(tok::equal)) { in parseParens()
458 if (OpeningParen.isNot(TT_CppCastLParen) && MightBeFunctionType && in parseParens()
586 while (AttrTok && AttrTok->isNot(tok::r_square)) in isCSharpAttributeSpecifier()
648 Left->isNot(TT_LambdaLSquare) && in parseSquare()
880 OpeningBrace.getPreviousNonComment()->isNot(Keywords.kw_apostrophe))) { in parseBrace()
945 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) { in updateParameterCount()
1029 } else if (Style.isVerilog() && Tok->isNot(TT_BinaryOperator)) { in consumeToken()
1159 if (!CurrentToken || CurrentToken->isNot(tok::l_paren)) in consumeToken()
1309 if (CurrentToken->is(tok::comma) && Previous->isNot(tok::kw_operator)) in consumeToken()
1420 Tok->Next->isNot(tok::l_paren)) { in consumeToken()
1472 if (CurrentToken->isNot(tok::comment) && in parseIncludeDirective()
1510 if (!CurrentToken || CurrentToken->isNot(tok::l_paren)) in parseHasInclude()
1824 if (Tok->isNot(TT_TemplateOpener)) { in modifyContext()
1861 return !Current.Previous || Current.Previous->isNot(tok::kw_operator); in modifyContext()
1880 Previous->Previous->isNot(tok::equal)) { in modifyContext()
1887 Current.Previous->isNot(tok::kw_operator))) { in modifyContext()
1915 Current.Previous->isNot(tok::kw_operator))) { in modifyContext()
1979 if (Current.isNot(TT_Unknown)) { in determineTokenType()
2068 (!Current.Previous || Current.Previous->isNot(tok::l_square)) && in determineTokenType()
2069 (Current.isNot(tok::greater) && in determineTokenType()
2115 AfterParen && AfterParen->isNot(tok::caret)) { in determineTokenType()
2119 BeforeParen->isNot(TT_TypenameMacro) && in determineTokenType()
2180 Current.isNot(Keywords.kw_interface)) { in determineTokenType()
2205 if (Tok.isNot(tok::identifier) || !Tok.Previous) in isStartOfName()
2251 PreviousNotConst->MatchingParen->Previous->isNot(tok::period) && in isStartOfName()
2252 PreviousNotConst->MatchingParen->Previous->isNot(tok::kw_template); in isStartOfName()
2328 LeftOfParens->isNot(TT_CastRParen)) { in rParenEndsCast()
2339 if (Tok->isNot(tok::r_square)) in rParenEndsCast()
2343 if (!Tok || Tok->isNot(tok::l_square)) in rParenEndsCast()
2347 if (!Tok || Tok->isNot(tok::kw_delete)) in rParenEndsCast()
2402 (Tok.Next->Tok.isLiteral() && Tok.Next->isNot(tok::string_literal))) { in rParenEndsCast()
2589 if (NextToken->is(tok::l_square) && NextToken->isNot(TT_LambdaLSquare)) in determineStarAmpUsage()
2906 Current->isNot(TT_TrailingReturnArrow)) { in getCurrentPrecedence()
2963 if (!Current || Current->isNot(tok::question)) in parseConditionalExpr()
2967 if (!Current || Current->isNot(TT_ConditionalExpr)) in parseConditionalExpr()
3151 NextNonCommentLine = Line->First->isNot(tok::r_brace) ? Line : nullptr; in setCommentLineLevels()
3180 return Tok->is(tok::l_paren) && Tok->isNot(TT_FunctionTypeLParen) && in getFunctionName()
3215 if (Tok->isNot(tok::identifier) || Tok->isNot(TT_Unknown)) in getFunctionName()
3346 if (!Previous->isPointerOrReference() && Previous->isNot(TT_TemplateCloser)) in isFunctionDeclarationName()
3350 if (Current.isNot(TT_StartOfName) || Current.NestingLevel != 0) in isFunctionDeclarationName()
3363 if (Next->isNot(tok::identifier)) in isFunctionDeclarationName()
3378 if (!Next || Next->isNot(tok::l_paren) || !Next->MatchingParen) in isFunctionDeclarationName()
3490 while (Tok->isNot(tok::r_brace)) in calculateFormattingInformation()
3511 if (Tok->isNot(tok::kw_operator)) in calculateFormattingInformation()
3515 } while (Tok && Tok->isNot(TT_OverloadedOperatorLParen)); in calculateFormattingInformation()
3521 if (Tok->isNot(tok::identifier)) in calculateFormattingInformation()
3541 if (Tok->isNot(TT_TrailingAnnotation)) in calculateFormattingInformation()
3544 if (!Next || Next->isNot(tok::l_paren)) in calculateFormattingInformation()
3580 if (Parameter->Previous->isNot(TT_CtorInitializerComma) && in calculateFormattingInformation()
3739 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) in splitPenalty()
3828 (!Right.Next || Right.Next->isNot(tok::l_paren))) { in splitPenalty()
3913 if (Left.isNot(tok::r_paren) || Right.OperatorIndex > 0) { in splitPenalty()
3972 (Left.is(tok::l_brace) && Left.isNot(BK_Block) && in spaceRequiredBetween()
3973 Right.is(tok::r_brace) && Right.isNot(BK_Block))) { in spaceRequiredBetween()
4037 return Left.isNot(TT_ObjCMethodExpr); in spaceRequiredBetween()
4050 if (Right.isNot(TT_OverloadedOperatorLParen)) in spaceRequiredBetween()
4065 if (!TokenBeforeMatchingParen || Left.isNot(TT_TypeDeclarationParen)) in spaceRequiredBetween()
4092 if (Right.is(TT_FunctionTypeLParen) && Left.isNot(tok::l_paren) && in spaceRequiredBetween()
4093 (Left.isNot(TT_PointerOrReference) || in spaceRequiredBetween()
4116 Right.isNot(TT_StartOfName)) { in spaceRequiredBetween()
4161 while (Previous && Previous->isNot(tok::kw_operator)) { in spaceRequiredBetween()
4209 return (Left.is(TT_ArrayInitializerLSquare) && Right.isNot(tok::r_square) && in spaceRequiredBetween()
4213 Style.SpacesInSquareBrackets && Right.isNot(tok::r_square)); in spaceRequiredBetween()
4230 !(Left.isNot(tok::r_square) && Style.SpaceBeforeSquareBrackets && in spaceRequiredBetween()
4236 if ((Left.is(tok::l_brace) && Left.isNot(BK_Block)) || in spaceRequiredBetween()
4238 Right.MatchingParen->isNot(BK_Block))) { in spaceRequiredBetween()
4252 if (Left.is(TT_TemplateCloser) && Right.isNot(TT_FunctionTypeLParen)) in spaceRequiredBetween()
4277 Right.isNot(TT_OverloadedOperatorLParen) && in spaceRequiredBetween()
4313 if (!Left.Previous || Left.Previous->isNot(tok::period)) { in spaceRequiredBetween()
4342 (Left.isNot(tok::colon) || Left.isNot(TT_ObjCMethodExpr)); in spaceRequiredBetween()
4353 Right.isNot(BK_Block)) { in spaceRequiredBetween()
4511 if (Left.is(tok::l_brace) && Right.isNot(tok::r_brace)) in spaceRequiredBefore()
4514 if (Left.isNot(tok::l_brace) && Right.is(tok::r_brace)) in spaceRequiredBefore()
4631 (!Left.Previous || Left.Previous->isNot(tok::period))) { in spaceRequiredBefore()
4700 (Right.is(TT_VerilogTableItem) && Left.isNot(tok::l_paren))) { in spaceRequiredBefore()
4705 if (Left.isNot(TT_BinaryOperator) && in spaceRequiredBefore()
4710 if (Right.isNot(tok::semi) && in spaceRequiredBefore()
4779 if (Left.is(tok::r_paren) && Left.isNot(TT_AttributeRParen) && in spaceRequiredBefore()
4795 if (Left.is(tok::comma) && Right.isNot(TT_OverloadedOperatorLParen) && in spaceRequiredBefore()
4853 if (Right.isNot(tok::l_paren)) { in spaceRequiredBefore()
4896 (Right.is(tok::period) && Right.isNot(TT_DesignatedInitializerPeriod))) { in spaceRequiredBefore()
4899 if (!Style.SpaceBeforeAssignmentOperators && Left.isNot(TT_TemplateCloser) && in spaceRequiredBefore()
4936 if ((Right.is(TT_BinaryOperator) && Left.isNot(tok::l_paren)) || in spaceRequiredBefore()
4938 Right.isNot(tok::r_paren))) { in spaceRequiredBefore()
4946 if (Right.is(tok::less) && Left.isNot(tok::l_paren) && in spaceRequiredBefore()
5110 Right.isNot(tok::r_square)) || in mustBreakBefore()
5139 Left.isNot(BK_Block) && Left.MatchingParen) { in mustBreakBefore()
5155 return Left.isNot(BK_BracedInit) && Left.isNot(TT_CtorInitializerColon) && in mustBreakBefore()
5185 if (Left.ClosesRequiresClause && Right.isNot(tok::semi)) { in mustBreakBefore()
5276 if (Right.isNot(TT_FunctionLBrace)) { in mustBreakBefore()
5317 Right.isNot(TT_LeadingJavaAnnotation) && Right.isNot(tok::l_paren) && in mustBreakBefore()
5353 Right.isNot(tok::r_square) && Right.Next) { in mustBreakBefore()
5477 if (!Next || Next->isNot(tok::colon)) in canBreakBefore()
5524 return Right.isNot(tok::l_paren); in canBreakBefore()
5529 (!Right.Next || Right.Next->isNot(TT_FunctionDeclarationName))); in canBreakBefore()
5557 if (Right.is(TT_ObjCMethodExpr) && Right.isNot(tok::r_square) && in canBreakBefore()
5558 Left.isNot(TT_SelectorName)) { in canBreakBefore()
5608 return Left.isNot(tok::period); // FIXME: Properly parse ObjC calls. in canBreakBefore()
5703 return Left.isNot(TT_AttributeSquare); in canBreakBefore()
5735 if (Right.is(tok::kw_typename) && Left.isNot(tok::kw_const)) in canBreakBefore()
5775 (Left.is(tok::l_paren) && Right.isNot(tok::r_paren)) || in canBreakBefore()
5776 (Left.is(TT_TemplateOpener) && Right.isNot(TT_TemplateCloser)); in canBreakBefore()