For each plugin you'd need to look at the qa-plugin.php file and see if there is a call to qa_register_plugin_overrides(). Then check the file listed for the overrides. So you could probably do a search across files for qa_register_plugin_overrides to narrow it down.
However, the way to ensure you don't have problems is to call through to the base function as much as possible when overriding.