Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp874 for (const FormatToken *CurrentTok = &Tok; in BreakableLineCommentSection() local
875 CurrentTok && CurrentTok->is(TT_LineComment); in BreakableLineCommentSection()
876 CurrentTok = CurrentTok->Next) { in BreakableLineCommentSection()
878 StringRef TokenText(CurrentTok->TokenText); in BreakableLineCommentSection()
990 LineTok = CurrentTok->Next; in BreakableLineCommentSection()
991 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()