Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp3634 const RecordType *DerivedClassTy = in EmitCastLValue() local
3636 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue()
3651 const RecordType *DerivedClassTy = E->getType()->getAs<RecordType>(); in EmitCastLValue() local
3652 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp4680 const auto *DerivedClassTy = in EmitCastLValue() local
4682 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue()
4701 const auto *DerivedClassTy = E->getType()->castAs<RecordType>(); in EmitCastLValue() local
4702 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue()