Searched refs:ContinuesLineCommentSection (Results 1 – 3 of 3) sorted by relevance
2535 (*I)->ContinuesLineCommentSection = in flushComments()2537 if (isOnNewLine(**I) && JustComments && !(*I)->ContinuesLineCommentSection) in flushComments()2597 FormatTok->ContinuesLineCommentSection = false; in distributeComments()2599 FormatTok->ContinuesLineCommentSection = in distributeComments()2602 if (!FormatTok->ContinuesLineCommentSection && in distributeComments()
284 bool ContinuesLineCommentSection = false; member
777 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()