Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp3424 const RecordType *DerivedClassTy = in EmitCastLValue() local
3426 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue()
3441 const RecordType *DerivedClassTy = E->getType()->getAs<RecordType>(); in EmitCastLValue() local
3442 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl()); in EmitCastLValue()