HomeSort by: relevance | last modified time | path
    Searched refs:opensScope (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.cpp 296 if (Previous.opensScope() && Previous.isNot(tok::l_brace) &&
647 if (Previous.is(TT_TemplateString) && Previous.opensScope())
652 Previous.opensScope() && Previous.isNot(TT_ObjCMethodExpr) &&
739 } else if (Previous.opensScope()) {
922 Current.isNot(TT_BinaryOperator) && !PreviousNonComment->opensScope())
1213 if (!Current.opensScope() && !Current.closesScope() &&
1331 (Previous && (Previous->opensScope() ||
1411 if ((Previous && !Previous->opensScope()) || *I != prec::Comma)
1433 if (!Current.opensScope())
FormatToken.h 525 bool opensScope() const {
651 if (is(TT_TemplateString) && opensScope())
TokenAnnotator.cpp 1456 if (Previous->opensScope())
2127 if (Current->opensScope()) {
2130 while (Current && (!Current->closesScope() || Current->opensScope())) {
2481 Current->Previous->opensScope())
2620 if (Left.opensScope() && Right.closesScope())
2740 if (Left.opensScope()) {
3096 !Left.opensScope() && Style.SpaceBeforeCpp11BracedList)
3906 if (Left.is(TT_TemplateString) && Left.opensScope())

Completed in 23 milliseconds