[Sema] Use isa<> instead of dyn_cast<> as pointer is never dereferenced. NFCI.
We are only checking for the class type. Fixes Wshadow warnings.
Loading
Please sign in to comment
We are only checking for the class type. Fixes Wshadow warnings.