How to find all references to specific using libclang python bindings?

Hi All

I’m trying to find code matching the below pattern

Woops. Clearly didn’t look closely enough at the AST.

CursorKind.MEMBER_REF_EXPR is what I’m looking for.