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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp2268 const AnnotatedLine *NextNonCommentLine = nullptr; local
2282 if (NextNonCommentLine && CommentLine &&
2283 NextNonCommentLine->First->NewlinesBefore <= 1 &&
2284 NextNonCommentLine->First->OriginalColumn ==
2291 (NextNonCommentLine->Type == LT_PreprocessorDirective ||
2292 NextNonCommentLine->Type == LT_ImportStatement))
2294 : NextNonCommentLine->Level;
2296 NextNonCommentLine = (*I)->First->isNot(tok::r_brace) ? (*I) : nullptr;

Completed in 99 milliseconds