Home | History | Annotate | Download | only in AST

Lines Matching refs:TypeOfType

1079     return getTypeInfo(cast<TypeOfType>(T)->getUnderlyingType().getTypePtr());
2919 /// TypeOfType AST's. The only motivation to unique these nodes would be
2925 TypeOfType *tot = new (*this, TypeAlignment) TypeOfType(tofType, Canonical);