Searched refs:DerivedDecl (Results 1 – 1 of 1) sorted by relevance
3067 const CXXRecordDecl *DerivedDecl, in HandleLValueBase() argument3072 return HandleLValueDirectBase(Info, E, Obj, DerivedDecl, BaseDecl); in HandleLValueBase()3079 DerivedDecl = D.MostDerivedType->getAsCXXRecordDecl(); in HandleLValueBase()3080 if (!CastToDerivedClass(Info, E, Obj, DerivedDecl, D.MostDerivedPathLength)) in HandleLValueBase()3084 if (DerivedDecl->isInvalidDecl()) return false; in HandleLValueBase()3085 const ASTRecordLayout &Layout = Info.Ctx.getASTRecordLayout(DerivedDecl); in HandleLValueBase()