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

References

tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  473       if (Line->InPPDirective != InPPDirective)
  475       if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace))
  477       if (Line->First->isOneOf(tok::kw_if, tok::kw_for, tok::kw_switch,
  481       if (Line->First->is(tok::comment)) {
  482         if (Level != Line->Level)
  486           Line = *J;
  487           if (Line->InPPDirective != InPPDirective)
  489           if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace))
  491           if (Line->First->isNot(tok::comment) || Level != Line->Level)
  491           if (Line->First->isNot(tok::comment) || Level != Line->Level)
  496       if (Line->Last->is(tok::comment))