Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.cpp118 if (Previous.opensScope() && Previous.isNot(tok::l_brace) && in canBreak()
373 Previous.opensScope() && Previous.isNot(TT_ObjCMethodExpr) && in addTokenOnCurrentLine()
422 } else if (Previous.opensScope()) { in addTokenOnCurrentLine()
573 Current.isNot(TT_BinaryOperator) && !PreviousNonComment->opensScope()) in addTokenOnNewLine()
736 if (!Current.opensScope() && !Current.closesScope()) in moveStateToNextToken()
834 (Previous && (Previous->opensScope() || in moveStatePastFakeLParens()
897 if ((Previous && !Previous->opensScope()) || *I != prec::Comma) in moveStatePastFakeLParens()
919 if (!Current.opensScope()) in moveStatePastScopeOpener()
DFormatToken.h336 bool opensScope() const { in opensScope() function
DTokenAnnotator.cpp939 if (Previous->opensScope()) in modifyContext()
1412 if (Current->opensScope()) { in parse()
1706 Current->Previous->opensScope()) in calculateFormattingInformation()
1929 if (Left.opensScope()) { in splitPenalty()