Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp4846 const auto *DerivedClassTy = in EmitCastLValue() local
4848 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue()
4867 const auto *DerivedClassTy = E->getType()->castAs<RecordType>(); in EmitCastLValue() local
4868 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue()