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.cpp4735 Tok->ContinuesLineCommentSection = in flushComments()
4737 if (isOnNewLine(*Tok) && JustComments && !Tok->ContinuesLineCommentSection) in flushComments()
4807 FormatTok->ContinuesLineCommentSection = false; in distributeComments()
4809 FormatTok->ContinuesLineCommentSection = in distributeComments()
4812 if (!FormatTok->ContinuesLineCommentSection && in distributeComments()
H A DFormatToken.h305 ContinuesLineCommentSection(false), Finalized(false), in FormatToken()
372 unsigned ContinuesLineCommentSection : 1; member
H A DBreakableToken.cpp991 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()