Home | History | Annotate | Download | only in AST

Lines Matching refs:tot

3455   TypeOfType *tot = new (*this, TypeAlignment) TypeOfType(tofType, Canonical);
3456 Types.push_back(tot);
3457 return QualType(tot, 0);