Searched refs:DerivedDecl (Results 1 – 1 of 1) sorted by relevance
3127 const CXXRecordDecl *DerivedDecl, in HandleLValueBase() argument3132 return HandleLValueDirectBase(Info, E, Obj, DerivedDecl, BaseDecl); in HandleLValueBase()3139 DerivedDecl = D.MostDerivedType->getAsCXXRecordDecl(); in HandleLValueBase()3140 if (!CastToDerivedClass(Info, E, Obj, DerivedDecl, D.MostDerivedPathLength)) in HandleLValueBase()3144 if (DerivedDecl->isInvalidDecl()) return false; in HandleLValueBase()3145 const ASTRecordLayout &Layout = Info.Ctx.getASTRecordLayout(DerivedDecl); in HandleLValueBase()