reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2102 const FormatToken *Next = Current.Next; 2103 if (Current.is(tok::kw_operator)) { 2104 if (Current.Previous && Current.Previous->is(tok::coloncolon)) 2104 if (Current.Previous && Current.Previous->is(tok::coloncolon)) 2108 if (!Current.is(TT_StartOfName) || Current.NestingLevel != 0) 2108 if (!Current.is(TT_StartOfName) || Current.NestingLevel != 0)