Searched refs:callCStructDestructor (Results 1 – 3 of 3) sorted by relevance
611 CGF->callCStructDestructor( in callSpecialFunction()813 CGF.callCStructDestructor(CGF.MakeAddrLValue(Addr, Type)); in destroyNonTrivialCStruct()875 void CodeGenFunction::callCStructDestructor(LValue Dst) { in callCStructDestructor() function in CodeGenFunction
4083 void callCStructDestructor(LValue Dst);
4357 CGF.callCStructDestructor(CGF.MakeAddrLValue(Addr, Ty)); in Emit()