Searched refs:ContinuesLineCommentSection (Results 1 – 3 of 3) sorted by relevance
4496 Tok->ContinuesLineCommentSection = in flushComments()4498 if (isOnNewLine(*Tok) && JustComments && !Tok->ContinuesLineCommentSection) in flushComments()4568 FormatTok->ContinuesLineCommentSection = false; in distributeComments()4570 FormatTok->ContinuesLineCommentSection = in distributeComments()4573 if (!FormatTok->ContinuesLineCommentSection && in distributeComments()
252 PartOfMultiVariableDeclStmt(false), ContinuesLineCommentSection(false), in FormatToken()315 unsigned ContinuesLineCommentSection : 1; member
879 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()