Searched refs:CurrentTok (Results 1 – 1 of 1) sorted by relevance
862 for (const FormatToken *CurrentTok = &Tok; in BreakableLineCommentSection() local863 CurrentTok && CurrentTok->is(TT_LineComment); in BreakableLineCommentSection()864 CurrentTok = CurrentTok->Next) { in BreakableLineCommentSection()866 StringRef TokenText(CurrentTok->TokenText); in BreakableLineCommentSection()976 LineTok = CurrentTok->Next; in BreakableLineCommentSection()977 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()