Searched refs:DerivedDecl (Results 1 – 1 of 1) sorted by relevance
1974 const CXXRecordDecl *DerivedDecl, in HandleLValueBase() argument1979 return HandleLValueDirectBase(Info, E, Obj, DerivedDecl, BaseDecl); in HandleLValueBase()1986 DerivedDecl = D.MostDerivedType->getAsCXXRecordDecl(); in HandleLValueBase()1987 if (!CastToDerivedClass(Info, E, Obj, DerivedDecl, D.MostDerivedPathLength)) in HandleLValueBase()1991 if (DerivedDecl->isInvalidDecl()) return false; in HandleLValueBase()1992 const ASTRecordLayout &Layout = Info.Ctx.getASTRecordLayout(DerivedDecl); in HandleLValueBase()