Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp3636 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()
DCGExprScalar.cpp1410 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/
DCGExpr.cpp4682 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()
DCGExprScalar.cpp2054 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()