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