Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp5229 const auto *DerivedClassTy = in EmitCastLValue() local
5231 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue()
5250 const auto *DerivedClassTy = E->getType()->castAs<RecordType>(); in EmitCastLValue() local
5251 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue()