Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp5622 const auto *AfterRight = Right.Next; in mustBreakBefore() local
5635 if (AfterRight && AfterRight->is(TT_FatArrow) && in mustBreakBefore()
5707 if (Right.is(tok::plus) && Left.is(tok::string_literal) && AfterRight && in mustBreakBefore()
5708 AfterRight->is(tok::string_literal)) { in mustBreakBefore()
5818 Left.is(tok::string_literal) && Right.is(tok::lessless) && AfterRight && in mustBreakBefore()
5819 AfterRight->is(tok::string_literal)) { in mustBreakBefore()
6014 Right.isNot(tok::r_square) && AfterRight) { in mustBreakBefore()
6023 const auto *LBrace = AfterRight; in mustBreakBefore()