Searched refs:opensScope (Results 1 – 3 of 3) sorted by relevance
110 if (Previous.opensScope() && Previous.isNot(tok::l_brace) && in canBreak()295 if (Previous.opensScope() && Previous.Type != TT_ObjCMethodExpr && in addTokenOnCurrentLine()327 } else if (Previous.opensScope()) { in addTokenOnCurrentLine()447 Current.Type != TT_BinaryOperator && !PreviousNonComment->opensScope()) in addTokenOnNewLine()594 if (!Current.opensScope() && !Current.closesScope()) in moveStateToNextToken()686 (Previous && (Previous->opensScope() || Previous->is(tok::kw_return) || in moveStatePastFakeLParens()740 if ((Previous && !Previous->opensScope()) || *I > prec::Comma) in moveStatePastFakeLParens()804 if (!Current.opensScope()) in moveStatePastScopeOpener()
315 bool opensScope() const { in opensScope() function
1069 if (Current->opensScope()) { in parse()1257 Current->Previous->opensScope()) in calculateFormattingInformation()1417 if (Left.opensScope()) in splitPenalty()