Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp4695 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local
4702 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
4715 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local
4721 LV.getAddress(*this), DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
H A DCGExprScalar.cpp2127 const CXXRecordDecl *DerivedClassDecl = DestTy->getPointeeCXXRecordDecl(); in VisitCastExpr() local
2128 assert(DerivedClassDecl && "BaseToDerived arg isn't a C++ object pointer!"); in VisitCastExpr()
2132 CGF.GetAddressOfDerivedClass(Base, DerivedClassDecl, in VisitCastExpr()