Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp1897 const AnnotatedLine *NextNonCommentLine = nullptr; in setCommentLineLevels() local
1911 if (NextNonCommentLine && CommentLine && in setCommentLineLevels()
1912 NextNonCommentLine->First->NewlinesBefore <= 1 && in setCommentLineLevels()
1913 NextNonCommentLine->First->OriginalColumn == in setCommentLineLevels()
1917 (*I)->Level = (NextNonCommentLine->Type == LT_PreprocessorDirective || in setCommentLineLevels()
1918 NextNonCommentLine->Type == LT_ImportStatement) in setCommentLineLevels()
1920 : NextNonCommentLine->Level; in setCommentLineLevels()
1922 NextNonCommentLine = (*I)->First->isNot(tok::r_brace) ? (*I) : nullptr; in setCommentLineLevels()