Searched refs:ContinuesLineCommentSection (Results 1 – 3 of 3) sorted by relevance
4167 Tok->ContinuesLineCommentSection = in flushComments()4169 if (isOnNewLine(*Tok) && JustComments && !Tok->ContinuesLineCommentSection) in flushComments()4239 FormatTok->ContinuesLineCommentSection = false; in distributeComments()4241 FormatTok->ContinuesLineCommentSection = in distributeComments()4244 if (!FormatTok->ContinuesLineCommentSection && in distributeComments()
233 PartOfMultiVariableDeclStmt(false), ContinuesLineCommentSection(false), in FormatToken()295 unsigned ContinuesLineCommentSection : 1; member
879 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()