Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp5476 const auto *AfterRight = Right.Next; in mustBreakBefore() local
5489 if (AfterRight && AfterRight->is(TT_FatArrow) && in mustBreakBefore()
5561 if (Right.is(tok::plus) && Left.is(tok::string_literal) && AfterRight && in mustBreakBefore()
5562 AfterRight->is(tok::string_literal)) { in mustBreakBefore()
5673 Left.is(tok::string_literal) && Right.is(tok::lessless) && AfterRight && in mustBreakBefore()
5674 AfterRight->is(tok::string_literal)) { in mustBreakBefore()
5866 Right.isNot(tok::r_square) && AfterRight) { in mustBreakBefore()
5875 const auto *LBrace = AfterRight; in mustBreakBefore()