Home
last modified time | relevance | path

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

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