Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp763 for (const FormatToken *CurrentTok = &Tok; in BreakableLineCommentSection() local
764 CurrentTok && CurrentTok->is(TT_LineComment); in BreakableLineCommentSection()
765 CurrentTok = CurrentTok->Next) { in BreakableLineCommentSection()
767 StringRef TokenText(CurrentTok->TokenText); in BreakableLineCommentSection()
852 LineTok = CurrentTok->Next; in BreakableLineCommentSection()
853 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()