Searched refs:DerivedClassDecl (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4440 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); local
4447 This, DerivedClassDecl, E->path_begin(), E->path_end(),
4460 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); local
4466 LV.getAddress(*this), DerivedClassDecl, E->path_begin(), E->path_end(),
H A DCGExprScalar.cpp2076 const CXXRecordDecl *DerivedClassDecl = DestTy->getPointeeCXXRecordDecl(); local
2077 assert(DerivedClassDecl && "BaseToDerived arg isn't a C++ object pointer!");
2081 CGF.GetAddressOfDerivedClass(Base, DerivedClassDecl,

Completed in 90 milliseconds