Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp4693 const auto *DerivedClassTy = in EmitCastLValue() local
4695 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue()
4714 const auto *DerivedClassTy = E->getType()->castAs<RecordType>(); in EmitCastLValue() local
4715 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue()