mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Using `getAnImmediateUse` might give better performance than `getAUse`. Since all the changed code is about `API::Node`s that are found after doing `.getASubclass*()`, this change is OK. It's also nice to align how we actually do this.