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

References

tools/clang/lib/Format/Format.cpp
 1772       for (const FormatToken *FormatTok = Line->First; FormatTok;
 1773            FormatTok = FormatTok->Next) {
 1773            FormatTok = FormatTok->Next) {
 1774         if ((FormatTok->Previous && FormatTok->Previous->is(tok::at) &&
 1774         if ((FormatTok->Previous && FormatTok->Previous->is(tok::at) &&
 1775              (FormatTok->Tok.getObjCKeywordID() != tok::objc_not_keyword ||
 1776               FormatTok->isOneOf(tok::numeric_constant, tok::l_square,
 1778             (FormatTok->Tok.isAnyIdentifier() &&
 1781                                 FormatTok->TokenText)) ||
 1782             FormatTok->is(TT_ObjCStringLiteral) ||
 1783             FormatTok->isOneOf(Keywords.kw_NS_CLOSED_ENUM, Keywords.kw_NS_ENUM,
 1790                      << FormatTok->Tok.getLocation().printToString(
 1792                      << " token: " << FormatTok->TokenText << " token type: "
 1793                      << getTokenTypeName(FormatTok->Type) << "\n");