Searched refs:DisableDebugLocationUpdates (Results 1 – 3 of 3) sorted by relevance
460 struct DisableDebugLocationUpdates { struct462 DisableDebugLocationUpdates(CodeGenFunction &CGF); argument463 ~DisableDebugLocationUpdates();
4826 std::optional<DisableDebugLocationUpdates> Dis; in EmitCallArg()6222 DisableDebugLocationUpdates::DisableDebugLocationUpdates(CodeGenFunction &CGF) in DisableDebugLocationUpdates() function in DisableDebugLocationUpdates6227 DisableDebugLocationUpdates::~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates()
3323 DisableDebugLocationUpdates D(*this); in EmitDeclRefLValue()