Searched refs:DerivedType (Results 1 – 7 of 7) sorted by relevance
42 QualType DerivedType = E->getType(); in getBestDynamicClassType() local43 if (const PointerType *PTy = DerivedType->getAs<PointerType>()) in getBestDynamicClassType()44 DerivedType = PTy->getPointeeType(); in getBestDynamicClassType()46 if (DerivedType->isDependentType()) in getBestDynamicClassType()49 const RecordType *Ty = DerivedType->castAs<RecordType>(); in getBestDynamicClassType()
17 …%"struct.llvm::DerivedType" = type { %"struct.llvm::Type", %"struct.llvm::AbstractTypeUser", %"str…20 %"struct.llvm::FunctionType" = type { %"struct.llvm::DerivedType", i1 }
825 QualType DerivedType = in DiagnoseReinterpretUpDownCast() local830 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
10747 QualType DerivedType = in CheckMapConflicts() local10755 DerivedType = DerivedType.getNonReferenceType(); in CheckMapConflicts()10768 if (DerivedType->isAnyPointerType()) { in CheckMapConflicts()
4044 auto DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCallSite() local4045 Assert(ResultType->isVectorTy() == DerivedType->isVectorTy(), in visitIntrinsicCallSite()4050 DerivedType->getPointerAddressSpace(), in visitIntrinsicCallSite()
2793 All other types are subclasses of ``DerivedType``. Types can be named, but this2818 Subclass of DerivedType that represents integer types of any bit width. Any