Searched refs:StartOfBlockComment (Results 1 – 2 of 2) sorted by relevance
50 StartOfBlockComment(nullptr), IndentationOffset(0), ConditionalsLevel(0) { in Change()234 Change.StartOfBlockComment = nullptr; in calculateLineBreakInformation()239 } else if ((Change.StartOfBlockComment = LastBlockComment)) { in calculateLineBreakInformation()242 Change.StartOfBlockComment->StartOfTokenColumn; in calculateLineBreakInformation()1070 if (C.StartOfBlockComment) in alignTrailingComments()1202 if (Changes[i].StartOfBlockComment) { in alignTrailingComments()1204 Changes[i].StartOfBlockComment->StartOfTokenColumn - in alignTrailingComments()
164 const Change *StartOfBlockComment; member