reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
522 T = T->getPreviousNonComment(); 522 T = T->getPreviousNonComment(); 523 } while (T && T->isOneOf(tok::kw_const, tok::kw_volatile, tok::amp, 523 } while (T && T->isOneOf(tok::kw_const, tok::kw_volatile, tok::amp, 525 return T && T->is(tok::kw_auto); 525 return T && T->is(tok::kw_auto);