Searched refs:DerivedType (Results 1 – 6 of 6) sorted by relevance
70 QualType DerivedType = E->getType(); in getBestDynamicClassType() local71 if (const PointerType *PTy = DerivedType->getAs<PointerType>()) in getBestDynamicClassType()72 DerivedType = PTy->getPointeeType(); in getBestDynamicClassType()74 if (DerivedType->isDependentType()) in getBestDynamicClassType()77 const RecordType *Ty = DerivedType->castAs<RecordType>(); in getBestDynamicClassType()
5361 auto *DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCall() local5366 Check(DerivedType->isPtrOrPtrVectorTy(), in visitIntrinsicCall()5369 Check(ResultType->isVectorTy() == DerivedType->isVectorTy(), in visitIntrinsicCall()5374 DerivedType->getPointerAddressSpace(), in visitIntrinsicCall()5388 Check(isGCPtr(DerivedType), in visitIntrinsicCall()
1037 QualType DerivedType = in DiagnoseReinterpretUpDownCast() local1042 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
15907 getDerivedToBaseAlignmentAndOffset(const CastExpr *CE, QualType DerivedType, in getDerivedToBaseAlignmentAndOffset() argument15925 Ctx.getASTRecordLayout(DerivedType->getAsCXXRecordDecl()); in getDerivedToBaseAlignmentAndOffset()15928 DerivedType = Base->getType(); in getDerivedToBaseAlignmentAndOffset()
21423 QualType DerivedType = in checkMapConflicts() local21431 DerivedType = DerivedType.getNonReferenceType(); in checkMapConflicts()21444 if (DerivedType->isAnyPointerType()) { in checkMapConflicts()
3312 All other types are subclasses of ``DerivedType``. Types can be named, but this3337 Subclass of DerivedType that represents integer types of any bit width. Any