Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DBreakableToken.cpp762 for (const FormatToken *CurrentTok = &Tok; in BreakableLineCommentSection() local
763 CurrentTok && CurrentTok->is(TT_LineComment); in BreakableLineCommentSection()
764 CurrentTok = CurrentTok->Next) { in BreakableLineCommentSection()
766 StringRef TokenText(CurrentTok->TokenText); in BreakableLineCommentSection()
878 LineTok = CurrentTok->Next; in BreakableLineCommentSection()
879 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()