Searched refs:FieldLValue (Results 1 – 2 of 2) sorted by relevance
3396 auto FieldLValue = CGF.EmitLValueForField(Base, Field); in emitDestructorsFunction() local3397 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(), Field->getType()); in emitDestructorsFunction()
3659 LValue FieldLValue = CGF.EmitLValueForField(Base, Field); in emitDestructorsFunction() local3660 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(CGF), Field->getType()); in emitDestructorsFunction()