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 112 if (Previous.opensScope() && Previous.isNot(tok::l_brace) &&
316 if (Style.AlignAfterOpenBracket && Previous.opensScope() &&
364 } else if (Previous.opensScope()) {
486 Current.isNot(TT_BinaryOperator) && !PreviousNonComment->opensScope())
632 if (!Current.opensScope() && !Current.closesScope())
722 (Previous && (Previous->opensScope() ||
    [all...]
FormatToken.h 312 bool opensScope() const {
TokenAnnotator.cpp 782 if (Previous->opensScope())
    [all...]

Completed in 84 milliseconds