HomeSort by relevance Sort by last modified time
    Searched refs:opensScope (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Format/
ContinuationIndenter.cpp 110 if (Previous.opensScope() && Previous.isNot(tok::l_brace) &&
295 if (Previous.opensScope() && Previous.Type != TT_ObjCMethodExpr &&
327 } else if (Previous.opensScope()) {
447 Current.Type != TT_BinaryOperator && !PreviousNonComment->opensScope())
594 if (!Current.opensScope() && !Current.closesScope())
686 (Previous && (Previous->opensScope() || Previous->is(tok::kw_return) ||
    [all...]
FormatToken.h 315 bool opensScope() const {
TokenAnnotator.cpp     [all...]

Completed in 150 milliseconds