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