Home
last modified time | relevance | path

Searched refs:NextNonCommentLine (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Format/
DTokenAnnotator.cpp1163 const AnnotatedLine *NextNonCommentLine = nullptr; in setCommentLineLevels() local
1167 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()