Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp4755 Tok->ContinuesLineCommentSection = in flushComments()
4757 if (isOnNewLine(*Tok) && JustComments && !Tok->ContinuesLineCommentSection) in flushComments()
4826 FormatTok->ContinuesLineCommentSection = false; in distributeComments()
4828 FormatTok->ContinuesLineCommentSection = continuesLineCommentSection( in distributeComments()
4831 if (!FormatTok->ContinuesLineCommentSection && in distributeComments()
H A DFormatToken.h313 ContinuesLineCommentSection(false), Finalized(false), in FormatToken()
380 unsigned ContinuesLineCommentSection : 1; member
H A DBreakableToken.cpp977 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()