Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DBreakableToken.cpp757 FormatToken *LineTok = nullptr; in BreakableLineCommentSection() local
765 LastLineTok = LineTok; in BreakableLineCommentSection()
839 const bool IsFormatComment = LineTok && switchesFormatting(*LineTok); in BreakableLineCommentSection()
864 Tokens[i] = LineTok; in BreakableLineCommentSection()
878 LineTok = CurrentTok->Next; in BreakableLineCommentSection()