Searched refs:DerivedClassDecl (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 3636 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local 3643 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue() 3652 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local 3658 GetAddressOfDerivedClass(LV.getAddress(), DerivedClassDecl, in EmitCastLValue()
|
D | CGExprScalar.cpp | 1410 const CXXRecordDecl *DerivedClassDecl = DestTy->getPointeeCXXRecordDecl(); in VisitCastExpr() local 1411 assert(DerivedClassDecl && "BaseToDerived arg isn't a C++ object pointer!"); in VisitCastExpr() 1415 CGF.GetAddressOfDerivedClass(Base, DerivedClassDecl, in VisitCastExpr()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExpr.cpp | 4682 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local 4689 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue() 4702 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue() local 4708 LV.getAddress(*this), DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
|
D | CGExprScalar.cpp | 2054 const CXXRecordDecl *DerivedClassDecl = DestTy->getPointeeCXXRecordDecl(); in VisitCastExpr() local 2055 assert(DerivedClassDecl && "BaseToDerived arg isn't a C++ object pointer!"); in VisitCastExpr() 2059 CGF.GetAddressOfDerivedClass(Base, DerivedClassDecl, in VisitCastExpr()
|