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