Searched refs:opensScope (Results 1 – 3 of 3) sorted by relevance
296 if (Previous.opensScope() && Previous.isNot(tok::l_brace) && in canBreak()647 if (Previous.is(TT_TemplateString) && Previous.opensScope()) in addTokenOnCurrentLine()652 Previous.opensScope() && Previous.isNot(TT_ObjCMethodExpr) && in addTokenOnCurrentLine()739 } else if (Previous.opensScope()) { in addTokenOnCurrentLine()922 Current.isNot(TT_BinaryOperator) && !PreviousNonComment->opensScope()) in addTokenOnNewLine()1213 if (!Current.opensScope() && !Current.closesScope() && in moveStateToNextToken()1331 (Previous && (Previous->opensScope() || in moveStatePastFakeLParens()1411 if ((Previous && !Previous->opensScope()) || *I != prec::Comma) in moveStatePastFakeLParens()1433 if (!Current.opensScope()) in moveStatePastScopeOpener()
535 bool opensScope() const { in opensScope() function661 if (is(TT_TemplateString) && opensScope()) in opensBlockOrBlockTypeList()
1512 if (Previous->opensScope()) in modifyContext()2183 if (Current->opensScope()) { in parse()2186 while (Current && (!Current->closesScope() || Current->opensScope())) { in parse()2558 Current->Previous->opensScope()) in calculateFormattingInformation()2736 if (Left.opensScope() && Right.closesScope()) in splitPenalty()2856 if (Left.opensScope()) { in splitPenalty()3220 !Left.opensScope() && Style.SpaceBeforeCpp11BracedList) in spaceRequiredBefore()4034 if (Left.is(TT_TemplateString) && Left.opensScope()) in canBreakBefore()