Searched refs:NextNonCommentLine (Results 1 – 1 of 1) sorted by relevance
3532 const AnnotatedLine *NextNonCommentLine = nullptr; in setCommentLineLevels() local3538 if (NextNonCommentLine && NextNonCommentLine->First->NewlinesBefore < 2 && in setCommentLineLevels()3540 NextNonCommentLine->First->OriginalColumn == in setCommentLineLevels()3543 NextNonCommentLine->Type == LT_PreprocessorDirective || in setCommentLineLevels()3544 NextNonCommentLine->Type == LT_ImportStatement; in setCommentLineLevels()3553 : NextNonCommentLine->Level; in setCommentLineLevels()3555 NextNonCommentLine = Line->First->isNot(tok::r_brace) ? Line : nullptr; in setCommentLineLevels()