reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  296   if (Previous.opensScope() && Previous.isNot(tok::l_brace) &&
  628   if (Previous.is(TT_TemplateString) && Previous.opensScope())
  632       Previous.opensScope() && Previous.isNot(TT_ObjCMethodExpr) &&
  713   } else if (Previous.opensScope()) {
  877       Current.isNot(TT_BinaryOperator) && !PreviousNonComment->opensScope())
 1114   if (!Current.opensScope() && !Current.closesScope() &&
 1233       (Previous && (Previous->opensScope() ||
 1286     if ((Previous && !Previous->opensScope()) || *I != prec::Comma)
 1308   if (!Current.opensScope())
tools/clang/lib/Format/FormatToken.h
  505     if (is(TT_TemplateString) && opensScope())
tools/clang/lib/Format/TokenAnnotator.cpp
 1315           if (Previous->opensScope())
 1862       if (Current->opensScope()) {
 1865         while (Current && (!Current->closesScope() || Current->opensScope())) {
 2199           Current->Previous->opensScope())
 2338     if (Left.opensScope() && Right.closesScope())
 2458   if (Left.opensScope()) {
 2721         !Left.opensScope() && Style.SpaceBeforeCpp11BracedList)
 3345     if (Left.is(TT_TemplateString) && Left.opensScope())