Searched refs:DerivedClassDecl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 1406 const CXXRecordDecl *DerivedClassDecl = DestTy->getPointeeCXXRecordDecl(); in VisitCastExpr() local 1407 assert(DerivedClassDecl && "BaseToDerived arg isn't a C++ object pointer!"); in VisitCastExpr() 1412 CGF.GetAddressOfDerivedClass(V, DerivedClassDecl, in VisitCastExpr() 1430 const CXXRecordDecl *DerivedClassDecl = in VisitCastExpr() local 1432 assert(DerivedClassDecl && "DerivedToBase arg isn't a C++ object pointer!"); in VisitCastExpr() 1435 Visit(E), DerivedClassDecl, CE->path_begin(), CE->path_end(), in VisitCastExpr()
|
D | CGExpr.cpp | 3004 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local 3011 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue() 3020 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local 3026 GetAddressOfDerivedClass(LV.getAddress(), DerivedClassDecl, in EmitCastLValue()
|