Searched refs:DerivedType (Results 1 – 4 of 4) 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()
823 QualType DerivedType = in DiagnoseReinterpretUpDownCast() local828 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
9152 QualType DerivedType) { in declareCtor() argument9153 InheritingConstructor &Entry = getEntry(BaseCtor, DerivedType); in declareCtor()9208 Context.getTrivialTypeSourceInfo(DerivedType, UsingLoc); in declareCtor()9213 Context, Derived, UsingLoc, NameInfo, DerivedType, in declareCtor()9218 const FunctionProtoType *FPT = DerivedType->castAs<FunctionProtoType>(); in declareCtor()
4559 * testsuite/testsuite_tr1.h: Add class DerivedType.