Searched refs:ContinuesLineCommentSection (Results 1 – 3 of 3) sorted by relevance
3129 (*I)->ContinuesLineCommentSection = in flushComments()3131 if (isOnNewLine(**I) && JustComments && !(*I)->ContinuesLineCommentSection) in flushComments()3191 FormatTok->ContinuesLineCommentSection = false; in distributeComments()3193 FormatTok->ContinuesLineCommentSection = in distributeComments()3196 if (!FormatTok->ContinuesLineCommentSection && in distributeComments()
215 PartOfMultiVariableDeclStmt(false), ContinuesLineCommentSection(false), in FormatToken()276 unsigned ContinuesLineCommentSection : 1; member
853 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()