reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
596 for (FormatToken *Next = C.Tok->Next; Next; Next = Next->Next) { 596 for (FormatToken *Next = C.Tok->Next; Next; Next = Next->Next) { 596 for (FormatToken *Next = C.Tok->Next; Next; Next = Next->Next) { 597 if (Next->is(tok::comment)) 599 if (!Next->Tok.getIdentifierInfo()) 601 if (Next->isOneOf(TT_StartOfName, TT_FunctionDeclarationName,