Home | History | Annotate | Download | only in AST

Lines Matching refs:DerivedType

42   QualType DerivedType = E->getType();
43 if (const PointerType *PTy = DerivedType->getAs<PointerType>())
44 DerivedType = PTy->getPointeeType();
46 if (DerivedType->isDependentType())
49 const RecordType *Ty = DerivedType->castAs<RecordType>();