Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp4619 Tok->ContinuesLineCommentSection = in flushComments()
4621 if (isOnNewLine(*Tok) && JustComments && !Tok->ContinuesLineCommentSection) in flushComments()
4691 FormatTok->ContinuesLineCommentSection = false; in distributeComments()
4693 FormatTok->ContinuesLineCommentSection = in distributeComments()
4696 if (!FormatTok->ContinuesLineCommentSection && in distributeComments()
H A DFormatToken.h283 ContinuesLineCommentSection(false), Finalized(false), in FormatToken()
350 unsigned ContinuesLineCommentSection : 1; member
H A DBreakableToken.cpp991 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()