Get function call argument enum type with libclang
I’m using libclang to parse some code, and I want to find calls to a specific function and the types of its arguments.
I’m using libclang to parse some code, and I want to find calls to a specific function and the types of its arguments.