Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DerivedType

2048   QualType DerivedType = E->getType();
2049 if (const PointerType *PTy = DerivedType->getAs<PointerType>())
2050 DerivedType = PTy->getPointeeType();
2052 return cast<CXXRecordDecl>(DerivedType->castAs<RecordType>()->getDecl());