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

References

tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  515         Line.First->isOneOf(tok::at, tok::minus, tok::plus))
  520     if (Line.First->isOneOf(tok::kw_else, tok::kw_case) ||
  521         (Line.First->Next && Line.First->Next->is(tok::kw_else)))
  521         (Line.First->Next && Line.First->Next->is(tok::kw_else)))
  524     if (Line.First->is(tok::kw_default)) {
  525       const FormatToken *Tok = Line.First->getNextNonComment();
  529     if (Line.First->isOneOf(tok::kw_if, tok::kw_while, tok::kw_do, tok::kw_try,
  537           Line.startsWith(tok::kw_if) &&
  542           Line.startsWith(tok::kw_if) &&
  548           Line.First->isOneOf(tok::kw_while, tok::kw_do, tok::kw_for) &&
  553           Line.First->isOneOf(tok::kw_while, tok::kw_do, tok::kw_for) &&
  563       if (Line.First->isOneOf(tok::kw_try, tok::kw___try, tok::kw_catch,
  568     if (Line.Last->is(tok::l_brace)) {
  577       } else if (Limit != 0 && !Line.startsWithNamespace() &&
  578                  !startsExternCBlock(Line)) {
  580         FormatToken *RecordTok = Line.First;
  625         if (Line.First == Line.Last &&
  625         if (Line.First == Line.Last &&