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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  279   const FormatToken &Previous = *Current.Previous;
  280   assert(&Previous == Current.Previous);
  281   if (!Current.CanBreakBefore && !(State.Stack.back().BreakBeforeClosingBrace &&
  282                                    Current.closesBlockOrBlockTypeList(Style)))
  286   if (!Current.MustBreakBefore && Previous.is(tok::l_brace) &&
  298       State.LowestLevelOnLine < Current.NestingLevel)
  300   if (Current.isMemberAccess() && State.Stack.back().ContainsUnwrappedBuilder)
  312   if (Current.is(TT_FunctionDeclarationName) && State.Column < 6) {
  319   if (!Current.isOneOf(TT_BinaryOperator, tok::comma) &&