Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp2644 const AnnotatedLine *NextNonCommentLine = nullptr; in setCommentLineLevels() local
2650 if (NextNonCommentLine && Line->isComment() && in setCommentLineLevels()
2651 NextNonCommentLine->First->NewlinesBefore <= 1 && in setCommentLineLevels()
2652 NextNonCommentLine->First->OriginalColumn == in setCommentLineLevels()
2659 (NextNonCommentLine->Type == LT_PreprocessorDirective || in setCommentLineLevels()
2660 NextNonCommentLine->Type == LT_ImportStatement)) in setCommentLineLevels()
2662 : NextNonCommentLine->Level; in setCommentLineLevels()
2664 NextNonCommentLine = Line->First->isNot(tok::r_brace) ? Line : nullptr; in setCommentLineLevels()