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