Searched refs:DerivedClassDecl (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 5291 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local 5298 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue() 5311 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local 5317 LV.getAddress(), DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
|
| H A D | CGExprScalar.cpp | 2410 const CXXRecordDecl *DerivedClassDecl = DestTy->getPointeeCXXRecordDecl(); in VisitCastExpr() local 2411 assert(DerivedClassDecl && "BaseToDerived arg isn't a C++ object pointer!"); in VisitCastExpr() 2415 CGF.GetAddressOfDerivedClass(Base, DerivedClassDecl, in VisitCastExpr()
|