Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp857 FormatToken *LineTok = nullptr; in BreakableLineCommentSection() local
865 LastLineTok = LineTok; in BreakableLineCommentSection()
937 const bool IsFormatComment = LineTok && switchesFormatting(*LineTok); in BreakableLineCommentSection()
962 Tokens[i] = LineTok; in BreakableLineCommentSection()
976 LineTok = CurrentTok->Next; in BreakableLineCommentSection()