Searched refs:NextNonCommentLine (Results 1 – 1 of 1) sorted by relevance
2644 const AnnotatedLine *NextNonCommentLine = nullptr; in setCommentLineLevels() local2650 if (NextNonCommentLine && Line->isComment() && in setCommentLineLevels()2651 NextNonCommentLine->First->NewlinesBefore <= 1 && in setCommentLineLevels()2652 NextNonCommentLine->First->OriginalColumn == in setCommentLineLevels()2659 (NextNonCommentLine->Type == LT_PreprocessorDirective || in setCommentLineLevels()2660 NextNonCommentLine->Type == LT_ImportStatement)) in setCommentLineLevels()2662 : NextNonCommentLine->Level; in setCommentLineLevels()2664 NextNonCommentLine = Line->First->isNot(tok::r_brace) ? Line : nullptr; in setCommentLineLevels()