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

/external/clang/lib/Format/
H A DTokenAnnotator.cpp1163 const AnnotatedLine *NextNonCommentLine = nullptr; local
1167 if (NextNonCommentLine && (*I)->First->is(tok::comment) &&
1169 (*I)->Level = NextNonCommentLine->Level;
1171 NextNonCommentLine = (*I)->First->isNot(tok::r_brace) ? (*I) : nullptr;

Completed in 69 milliseconds