Home | History | Annotate | Download | only in Format

Lines Matching refs:opensScope

112   if (Previous.opensScope() && Previous.isNot(tok::l_brace) &&
316 if (Style.AlignAfterOpenBracket && Previous.opensScope() &&
364 } else if (Previous.opensScope()) {
486 Current.isNot(TT_BinaryOperator) && !PreviousNonComment->opensScope())
632 if (!Current.opensScope() && !Current.closesScope())
722 (Previous && (Previous->opensScope() ||
784 if ((Previous && !Previous->opensScope()) || *I > prec::Comma)
806 if (!Current.opensScope())