Home
last modified time | relevance | path

Searched refs:opensScope (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Format/
DContinuationIndenter.cpp110 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()
DFormatToken.h315 bool opensScope() const { in opensScope() function
DTokenAnnotator.cpp1069 if (Current->opensScope()) { in parse()
1257 Current->Previous->opensScope()) in calculateFormattingInformation()
1417 if (Left.opensScope()) in splitPenalty()