Searched refs:DerivedClassDecl (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 4848 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local 4855 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue() 4868 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local 4874 LV.getAddress(*this), DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
|
| H A D | CGExprScalar.cpp | 2193 const CXXRecordDecl *DerivedClassDecl = DestTy->getPointeeCXXRecordDecl(); in VisitCastExpr() local 2194 assert(DerivedClassDecl && "BaseToDerived arg isn't a C++ object pointer!"); in VisitCastExpr() 2198 CGF.GetAddressOfDerivedClass(Base, DerivedClassDecl, in VisitCastExpr()
|