Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp2394 const CXXRecordDecl *DerivedDecl, in HandleLValueBase() argument
2399 return HandleLValueDirectBase(Info, E, Obj, DerivedDecl, BaseDecl); in HandleLValueBase()
2406 DerivedDecl = D.MostDerivedType->getAsCXXRecordDecl(); in HandleLValueBase()
2407 if (!CastToDerivedClass(Info, E, Obj, DerivedDecl, D.MostDerivedPathLength)) in HandleLValueBase()
2411 if (DerivedDecl->isInvalidDecl()) return false; in HandleLValueBase()
2412 const ASTRecordLayout &Layout = Info.Ctx.getASTRecordLayout(DerivedDecl); in HandleLValueBase()