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

References

tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  509     AnnotatedLine &Line = **I;
  539           !I[1]->First->is(tok::r_brace))
  545           I + 2 != E && !I[2]->First->is(tok::r_brace))
  545           I + 2 != E && !I[2]->First->is(tok::r_brace))
  550           !I[1]->First->is(tok::r_brace))
  556           I + 2 != E && !I[2]->First->is(tok::r_brace))
  556           I + 2 != E && !I[2]->First->is(tok::r_brace))
  569       FormatToken *Tok = I[1]->First;
  593         if (I + 2 == E || I[2]->Type == LT_Invalid)
  593         if (I + 2 == E || I[2]->Type == LT_Invalid)
  595         Limit = limitConsideringMacros(I + 2, E, Limit);
  597         if (!nextTwoLinesFitInto(I, Limit))
  602         if (I[1]->Last->is(TT_LineComment))
  611         Tok = I[2]->First;
  632     } else if (I[1]->First->is(tok::l_brace)) {
  633       if (I[1]->Last->is(TT_LineComment))
  637       if (Limit <= 2 || (Style.ColumnLimit == 0 && containsMustBreak(*I)))
  642           (I[1]->First == I[1]->Last && I + 2 != E &&
  642           (I[1]->First == I[1]->Last && I + 2 != E &&
  642           (I[1]->First == I[1]->Last && I + 2 != E &&
  643            I[2]->First->is(tok::r_brace))) {
  644         MergedLines = tryMergeSimpleBlock(I + 1, E, Limit);