Searched refs:NextNonCommentLine (Results 1 – 1 of 1) sorted by relevance
1459 const AnnotatedLine *NextNonCommentLine = nullptr; in setCommentLineLevels() local1463 if (NextNonCommentLine && (*I)->First->is(tok::comment) && in setCommentLineLevels()1465 (*I)->Level = NextNonCommentLine->Level; in setCommentLineLevels()1467 NextNonCommentLine = (*I)->First->isNot(tok::r_brace) ? (*I) : nullptr; in setCommentLineLevels()