Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp3067 const CXXRecordDecl *DerivedDecl, in HandleLValueBase() argument
3072 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()