Home
last modified time | relevance | path

Searched refs:DerivedType (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp42 QualType DerivedType = E->getType(); in getBestDynamicClassType() local
43 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()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCast.cpp823 QualType DerivedType = in DiagnoseReinterpretUpDownCast() local
828 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
HDSemaDeclCXX.cpp9152 QualType DerivedType) { in declareCtor() argument
9153 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()
/NextBSD/contrib/libstdc++/
DChangeLog-20054559 * testsuite/testsuite_tr1.h: Add class DerivedType.