Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp2722 const AnnotatedLine *NextNonCommentLine = nullptr; in setCommentLineLevels() local
2728 if (NextNonCommentLine && Line->isComment() && in setCommentLineLevels()
2729 NextNonCommentLine->First->NewlinesBefore <= 1 && in setCommentLineLevels()
2730 NextNonCommentLine->First->OriginalColumn == in setCommentLineLevels()
2733 NextNonCommentLine->Type == LT_PreprocessorDirective || in setCommentLineLevels()
2734 NextNonCommentLine->Type == LT_ImportStatement; in setCommentLineLevels()
2743 : NextNonCommentLine->Level; in setCommentLineLevels()
2745 NextNonCommentLine = Line->First->isNot(tok::r_brace) ? Line : nullptr; in setCommentLineLevels()