Home
last modified time | relevance | path

Searched refs:DerivedClassDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp5632 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local
5639 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
5652 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local
5658 LV.getAddress(), DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
H A DCGExprScalar.cpp2618 const CXXRecordDecl *DerivedClassDecl = DestTy->getPointeeCXXRecordDecl(); in VisitCastExpr() local
2619 assert(DerivedClassDecl && "BaseToDerived arg isn't a C++ object pointer!"); in VisitCastExpr()
2623 CGF.GetAddressOfDerivedClass(Base, DerivedClassDecl, in VisitCastExpr()