Class properties are always implicit short-hands for the getter/setter
class methods.
We need to explicitly visit the interface decl UIColor in UIColor.blueColor,
otherwise we instead show the method decl even while hovering over
UIColor in the expression.
Is there a good way to handle this case where the expression can refer to multiple decls?