Searched refs:DerivedClassDecl (Results 1 – 2 of 2) sorted by relevance
4210 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local4217 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()4230 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local4236 GetAddressOfDerivedClass(LV.getAddress(), DerivedClassDecl, in EmitCastLValue()
2047 const CXXRecordDecl *DerivedClassDecl = DestTy->getPointeeCXXRecordDecl(); in VisitCastExpr() local2048 assert(DerivedClassDecl && "BaseToDerived arg isn't a C++ object pointer!"); in VisitCastExpr()2052 CGF.GetAddressOfDerivedClass(Base, DerivedClassDecl, in VisitCastExpr()