Lines Matching refs:FormatToken

1605       for (FormatToken *FormatTok = Line->First; FormatTok;  in requoteJSStringLiteral()
1724 for (FormatToken *Tok = Line->First->Next; Tok; Tok = Tok->Next) { in hasCpp03IncompatibleFormat()
1741 for (FormatToken *Tok = Line->First; Tok && Tok->Next; Tok = Tok->Next) { in countVariableAlignments()
1764 FormatToken *Tok = AnnotatedLines[i]->First->Next; in deriveLocalStyle()
1827 for (FormatToken *FormatTok = Line->First; FormatTok; in insertTrailingCommas()
1831 FormatToken *Matching = FormatTok->MatchingParen; in insertTrailingCommas()
1838 FormatToken *Prev = FormatTok->getPreviousNonComment(); in insertTrailingCommas()
1909 for (FormatToken *Tok = Line.First; Tok != nullptr; Tok = Tok->Next) { in containsOnlyComments()
1927 FormatToken *Tok = AnnotatedLines[Line]->First; in checkEmptyNamespace()
1997 void cleanupPair(FormatToken *Start, LeftKind LK, RightKind RK, in cleanupPair()
1999 auto NextNotDeleted = [this](const FormatToken &Tok) -> FormatToken * { in cleanupPair()
2024 void cleanupLeft(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupLeft()
2029 void cleanupRight(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupRight()
2034 inline void deleteToken(FormatToken *Tok) { in deleteToken()
2041 std::vector<FormatToken *> Tokens; in generateFixes()
2077 bool operator()(const FormatToken *LHS, const FormatToken *RHS) const { in operator ()()
2085 std::set<FormatToken *, FormatTokenLess> DeletedTokens;
2190 for (const FormatToken *FormatTok = Line->First; FormatTok; in guessIsObjC()