Searched refs:DerivedType (Results 1 – 5 of 5) sorted by relevance
64 QualType DerivedType = E->getType(); in getBestDynamicClassType() local65 if (const PointerType *PTy = DerivedType->getAs<PointerType>()) in getBestDynamicClassType()66 DerivedType = PTy->getPointeeType(); in getBestDynamicClassType()68 if (DerivedType->isDependentType()) in getBestDynamicClassType()71 const RecordType *Ty = DerivedType->castAs<RecordType>(); in getBestDynamicClassType()
930 QualType DerivedType = in DiagnoseReinterpretUpDownCast() local935 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
12755 QualType DerivedType = in checkMapConflicts() local12763 DerivedType = DerivedType.getNonReferenceType(); in checkMapConflicts()12776 if (DerivedType->isAnyPointerType()) { in checkMapConflicts()
4465 auto DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCall() local4466 Assert(ResultType->isVectorTy() == DerivedType->isVectorTy(), in visitIntrinsicCall()4471 DerivedType->getPointerAddressSpace(), in visitIntrinsicCall()
4559 * testsuite/testsuite_tr1.h: Add class DerivedType.