Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3128 const AnnotatedLine *NextNonCommentLine = nullptr; in setCommentLineLevels() local
3134 if (NextNonCommentLine && NextNonCommentLine->First->NewlinesBefore < 2 && in setCommentLineLevels()
3136 NextNonCommentLine->First->OriginalColumn == in setCommentLineLevels()
3139 NextNonCommentLine->Type == LT_PreprocessorDirective || in setCommentLineLevels()
3140 NextNonCommentLine->Type == LT_ImportStatement; in setCommentLineLevels()
3149 : NextNonCommentLine->Level; in setCommentLineLevels()
3151 NextNonCommentLine = Line->First->isNot(tok::r_brace) ? Line : nullptr; in setCommentLineLevels()