Home | History | Annotate | Download | only in AST

Lines Matching refs:tot

2833   TypeOfType *tot = new (*this, TypeAlignment) TypeOfType(tofType, Canonical);
2834 Types.push_back(tot);
2835 return QualType(tot, 0);