Home
last modified time | relevance | path

Searched refs:CurrentTok (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.cpp717 for (const FormatToken *CurrentTok = &Tok; in BreakableLineCommentSection() local
718 CurrentTok && CurrentTok->is(TT_LineComment); in BreakableLineCommentSection()
719 CurrentTok = CurrentTok->Next) { in BreakableLineCommentSection()
721 StringRef TokenText(CurrentTok->TokenText); in BreakableLineCommentSection()
776 LineTok = CurrentTok->Next; in BreakableLineCommentSection()
777 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()