Searched refs:DerivedType (Results 1 – 9 of 9) sorted by relevance
12 typename DerivedType >16 static DerivedType const DEFAULT_INSTANCE;19 template<typename DATA, typename DerivedType>20 const DerivedType A<DATA, DerivedType>::DEFAULT_INSTANCE;
68 QualType DerivedType = E->getType(); in getBestDynamicClassType() local69 if (const PointerType *PTy = DerivedType->getAs<PointerType>()) in getBestDynamicClassType()70 DerivedType = PTy->getPointeeType(); in getBestDynamicClassType()72 if (DerivedType->isDependentType()) in getBestDynamicClassType()75 const RecordType *Ty = DerivedType->castAs<RecordType>(); in getBestDynamicClassType()
1027 QualType DerivedType = in DiagnoseReinterpretUpDownCast() local1032 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
18672 QualType DerivedType = in checkMapConflicts() local18680 DerivedType = DerivedType.getNonReferenceType(); in checkMapConflicts()18693 if (DerivedType->isAnyPointerType()) { in checkMapConflicts()
14205 getDerivedToBaseAlignmentAndOffset(const CastExpr *CE, QualType DerivedType, in getDerivedToBaseAlignmentAndOffset() argument14223 Ctx.getASTRecordLayout(DerivedType->getAsCXXRecordDecl()); in getDerivedToBaseAlignmentAndOffset()14226 DerivedType = Base->getType(); in getDerivedToBaseAlignmentAndOffset()
4987 auto DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCall() local4988 Assert(ResultType->isVectorTy() == DerivedType->isVectorTy(), in visitIntrinsicCall()4993 DerivedType->getPointerAddressSpace(), in visitIntrinsicCall()
3303 All other types are subclasses of ``DerivedType``. Types can be named, but this3328 Subclass of DerivedType that represents integer types of any bit width. Any
4559 * testsuite/testsuite_tr1.h: Add class DerivedType.