Searched refs:opensScope (Results 1 – 3 of 3) sorted by relevance
297 if (Previous.opensScope() && Previous.isNot(tok::l_brace) && in canBreak()624 if (Previous.is(TT_TemplateString) && Previous.opensScope()) in addTokenOnCurrentLine()628 Previous.opensScope() && Previous.isNot(TT_ObjCMethodExpr) && in addTokenOnCurrentLine()710 } else if (Previous.opensScope()) { in addTokenOnCurrentLine()874 Current.isNot(TT_BinaryOperator) && !PreviousNonComment->opensScope()) in addTokenOnNewLine()1084 if (!Current.opensScope() && !Current.closesScope() && in moveStateToNextToken()1197 (Previous && (Previous->opensScope() || in moveStatePastFakeLParens()1250 if ((Previous && !Previous->opensScope()) || *I != prec::Comma) in moveStatePastFakeLParens()1272 if (!Current.opensScope()) in moveStatePastScopeOpener()
371 bool opensScope() const { in opensScope() function491 if (is(TT_TemplateString) && opensScope()) in opensBlockOrBlockTypeList()
1224 if (Previous->opensScope()) in modifyContext()1756 if (Current->opensScope()) { in parse()1759 while (Current && (!Current->closesScope() || Current->opensScope())) { in parse()2090 Current->Previous->opensScope()) in calculateFormattingInformation()2228 if (Left.opensScope() && Right.closesScope()) in splitPenalty()2349 if (Left.opensScope()) { in splitPenalty()2589 !Left.opensScope() && Style.SpaceBeforeCpp11BracedList) in spaceRequiredBefore()3162 if (Left.is(TT_TemplateString) && Left.opensScope()) in canBreakBefore()