Searched refs:callCStructDestructor (Results 1 – 3 of 3) sorted by relevance
624 CGF->callCStructDestructor( in callSpecialFunction()826 CGF.callCStructDestructor(CGF.MakeAddrLValue(Addr, Type)); in destroyNonTrivialCStruct()887 void CodeGenFunction::callCStructDestructor(LValue Dst) { in callCStructDestructor() function in CodeGenFunction
4648 void callCStructDestructor(LValue Dst);
4785 CGF.callCStructDestructor(CGF.MakeAddrLValue(Addr, Ty)); in Emit()