reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/TokenAnnotator.cpp
 2017     if (NextNonCommentLine && CommentLine &&
 2018         NextNonCommentLine->First->NewlinesBefore <= 1 &&
 2019         NextNonCommentLine->First->OriginalColumn ==
 2026            (NextNonCommentLine->Type == LT_PreprocessorDirective ||
 2027             NextNonCommentLine->Type == LT_ImportStatement))
 2029               : NextNonCommentLine->Level;
 2031       NextNonCommentLine = (*I)->First->isNot(tok::r_brace) ? (*I) : nullptr;