Home | History | Annotate | Download | only in Format

Lines Matching refs:opensScope

110   if (Previous.opensScope() && Previous.isNot(tok::l_brace) &&
295 if (Previous.opensScope() && Previous.Type != TT_ObjCMethodExpr &&
327 } else if (Previous.opensScope()) {
447 Current.Type != TT_BinaryOperator && !PreviousNonComment->opensScope())
594 if (!Current.opensScope() && !Current.closesScope())
686 (Previous && (Previous->opensScope() || Previous->is(tok::kw_return) ||
740 if ((Previous && !Previous->opensScope()) || *I > prec::Comma)
804 if (!Current.opensScope())