Searched refs:ContinuesLineCommentSection (Results 1 – 3 of 3) sorted by relevance
4619 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()
283 ContinuesLineCommentSection(false), Finalized(false), in FormatToken()350 unsigned ContinuesLineCommentSection : 1; member
991 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()