Lines Matching refs:isNot
390 Changes[ScopeStart].Tok->isNot(TT_LambdaLSquare)) { in AlignTokenSequence()
429 Changes[ScopeStart - 2].Tok->isNot(tok::identifier) && in AlignTokenSequence()
431 CurrentChange.Tok->isNot(tok::r_brace)) { in AlignTokenSequence()
482 if (Changes[Previous].Tok->isNot(tok::star)) { in AlignTokenSequence()
615 if (i == 0 || CurrentChange.Tok->isNot(tok::string_literal) ||
616 Changes[i - 1].Tok->isNot(tok::string_literal)) {
622 if (CurrentChange.Tok->isNot(tok::comment))
756 if (!Current || Current->isNot(tok::identifier)) in alignConsecutiveMacros()
759 if (!Current->Previous || Current->Previous->isNot(tok::pp_define)) in alignConsecutiveMacros()
806 if (Changes[I].Tok->isNot(tok::comment)) in alignConsecutiveMacros()
952 if (Changes[I].Tok->isNot(tok::comment)) in alignConsecutiveShortCaseStatements()
1024 if (C.Tok->isNot(TT_StartOfName)) in alignConsecutiveDeclarations()
1189 if (Tok->isNot(tok::r_brace)) in alignTrailingComments()
1261 if (C.NewlinesBefore == 0 && (!WithLastLine || C.Tok->isNot(tok::eof))) in alignEscapedNewlines()
1346 if (Previous && Previous->isNot(TT_LineComment)) { in alignArrayInitializersRightJustified()
1425 (Changes[CellIter->Index].Tok->isNot(tok::r_brace) ? 1 in alignArrayInitializersLeftJustified()
1440 (Changes[Next->Index].Tok->isNot(tok::r_brace) ? 1 : BracePadding); in alignArrayInitializersLeftJustified()
1496 Next && Next->isNot(tok::r_brace)) { // dangling comma in getCells()
1505 CellCounts.push_back(C.Tok->Previous->isNot(tok::comma) ? Cell + 1 in getCells()
1515 Changes[j].Tok->isNot(tok::r_brace)) { in getCells()