Searched refs:StartOfBlockComment (Results 1 – 2 of 2) sorted by relevance
50 StartOfBlockComment(nullptr), IndentationOffset(0), ConditionalsLevel(0) { in Change()240 Change.StartOfBlockComment = nullptr; in calculateLineBreakInformation()245 } else if ((Change.StartOfBlockComment = LastBlockComment)) { in calculateLineBreakInformation()248 Change.StartOfBlockComment->StartOfTokenColumn; in calculateLineBreakInformation()1103 if (C.StartOfBlockComment) in alignTrailingComments()1235 if (Changes[i].StartOfBlockComment) { in alignTrailingComments()1237 Changes[i].StartOfBlockComment->StartOfTokenColumn - in alignTrailingComments()
159 const Change *StartOfBlockComment; member