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.cpp869 FormatToken *LineTok = nullptr; in BreakableLineCommentSection() local
877 LastLineTok = LineTok; in BreakableLineCommentSection()
951 const bool IsFormatComment = LineTok && switchesFormatting(*LineTok); in BreakableLineCommentSection()
976 Tokens[i] = LineTok; in BreakableLineCommentSection()
990 LineTok = CurrentTok->Next; in BreakableLineCommentSection()